COLOR #010F26

HEX: #010F26 RGB: (1,15,38)

Color info

#010F26 contains red, green and blue colors in about the same proportion. Web safe color of #010F26 is #000033 (or #003).

RGB color model

#010F26 color RGB value is (1,15,38).

RGB: (1,15,38) (0%, 6%, 15%)

RGB channels and saturation

R 1 of 255 = 0%
G 15 of 255 = 6%
B 38 of 255 = 15%

1
15
38

R + G + B ~ 7%. #010F26 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 15 + 38 = 54 (100%)
R 1 of 54 ~ 1.85%
G 15 of 54 ~ 27.78%
B 38 of 54 ~ 70.37'%

%27.78
%70.37

CMYK color model

#010F26 color CMYK value is (97,61,0,85).

  • cyan value is 97.37%
  • magenta value is 60.53%
  • yellow value is 0.00%
  • key color value is 85.10%

CMYK: (97,61,0,85)
C97M61Y0K85 (97%, 61%, 0%, 85%)
(0.97 / 0.61 / 0.00 / 0.85)

CMYK percentages

%97.37
%60.53
%0
%85.1

Codes

Color #010F26 in popluar color models

01 0F 26
RGB 1 15 38
HSL 217° 94.87% 7.65%
HSB/HSV 217° 97.37% 14.90%
CMYK 97.37% 60.53% 0.00%
85.10%

Color #010F26 in popluar number systems.

HEX 01 0F 26
Decimal 1 15 38
Binary 1 1111 100110
Octal 1 17 46

Shades and tints

Shades of #010F26

#010F26
(1,15,38)
#010E23
(1,14,35)
#010D20
(1,13,32)
#010C1D
(1,12,29)
#010B1A
(1,11,26)
#010A17
(1,10,23)
#010914
(1,9,20)
#010811
(1,8,17)
#01070E
(1,7,14)
#01060B
(1,6,11)
#010508
(1,5,8)
#000000
(0,0,0)

Tints of #010F26

#010F26
(1,15,38)
#182439
(24,36,57)
#2F394C
(47,57,76)
#464E5F
(70,78,95)
#5D6372
(93,99,114)
#747885
(116,120,133)
#8B8D98
(139,141,152)
#A2A2AB
(162,162,171)
#B9B7BE
(185,183,190)
#D0CCD1
(208,204,209)
#E7E1E4
(231,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010F26 color. Also use rgb(1,15,38) instead hex code.

Text Font Color

.myTextColor { color: #010F26; }

<p style="color:#010F26">This sample text font color is #010F26.</p>

This text font color is #010F26.

Background Color

.myBgColor { background-color: #010F26; }

<div style="background-color:#010F26">Inner text</div>

This div background color is #010F26.

Border color

.myBorderColor { border: 1px solid #010F26; }

<div style="border:3px solid #010F26">Div</div>

This div border color is #010F26.

Opacity

.myOpacity80 { color: #010F26; opacity: 0.8; }

<p style="color:#010F26;opacity:0.8;">80%</p>

Text with #010F26 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #010F26;}

<p style="text-shadow: 3px 3px 1px #010F26">Text here.</p>

This text has shadow with #010F26 color.


.textShadow {text-shadow: 3px 3px 1px #010F26', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #010F26, 5px 5px 20px red">Text here.</p>

This text has shadow with #010F26 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#010F26, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#010F26, Direction=45, Strength=4)">Text</p>

This text has shadow with #010F26 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #010F26;
-webkit-box-shadow: 1px 1px 3px 2px #010F26;
box-shadow: 1px 1px 3px 2px #010F26;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #010F26; -webkit-box-shadow: 1px 1px 3px 2px #010F26; box-shadow:1px 1px 3px 2px #010F26;">
Div content here
</div>

This div box has shadow with color #010F26.

Preview

Color preview on black background

This text has color #010F26 on black background.


Color preview on white background

This text has color #010F26 on white background.


Black color preview on #010F26 background

This text has black color on #010F26 background.


White color preview on #010F26 background

This text has white color on #010F26 background.


Related colors

Complementary color

Complementary color for #hex is #FEF0D9.


I love getcolorcode.com

Triadic colors

1 #26010F and #0F2601 with #010F26 are triadic colors.

2 #260F01 and #0F0126 with #010F26 are triadic colors.