Html Css Color HEX #010B66 Navy

📋 copy color: '#010B66'

red 1 ◦ green 11 ◦ blue 102

#010B66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #010B66

Tints of Navy #010B66

RGB

 RED value IS 1 (0.78% from 255) = 0.88%

 GREEN value IS 11 (4.69% from 255) = 9.65%

 BLUE value IS 102 (40.23% from 255) = 89.47%

R = 0.88%
G = 9.65%
B = 89.47%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.6

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#010B66 (or 0x010B66) is known color: Navy. HEX triplet: 01, 0B and 66. RGB value is (1,11,102). Sum of RGB (Red+Green+Blue) = 1+11+102=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 102 (40.23% from 255 or 89.47% from 114); Max value from RGB is 102 - color contains mainly: blue. Hex color #010B66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B66 is #FEF499. Grayscale: #121212. Windows color (decimal): -16708762 or 6687489. OLE color: 6687489.

HSL color Cylindrical-coordinate representation of color #010B66: hue angle of 234.06º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B66 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 11 102 -
CMYK 0.99 0.89 0 0.6
HSL 234.06º 0.98% 0.2% -
HSV(B) 234.06º 0.99% 0.4% -
XYZ 2.53 1.21 12.67 -
YUV 18.38 175.19 115.6 -
System Red Green Blue C M Y K H S L
Decimal 1 11 102 0.99 0.89 0 0.6 234.06 0.98 0.2
Hex 1 B 66 63 59 0 3C EA 62 14
Octal 1 13 146 143 131 0 74 352 142 24
Binary 1 1011 1100110 1100011 1011001 0 111100 11101010 1100010 10100

Color Harmonies of #010B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B66

Black with #010B66

Text Example


Text Example

White with #010B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010B66; }

 p { color: rgb(1,11,102); }

 H1.HeaderClassName
 {
   color: #010B66;
 }
 .AnyTagClassName
 {
   color: #010B66;
 }
</style>

background-color css

<style>
 a { background-color: #010B66; }

 a { background-color: rgb(1,11,102); }

 div.DivClassName
 {
   background-color: #010B66;
 }
 .BgClassName
 {
   background-color: #010B66;
 }
</style>

border-color css

<style>
 span { border-color: #010B66; }

 span { border-color: rgb(1,11,102); }

 td.TdClassName
 {
   border-color: #010B66;
 }
 .TagClassName
 {
   border-color: #010B66;
 }
</style>