Html Css Color HEX #010866 Navy

📋 copy color: '#010866'

red 1 ◦ green 8 ◦ blue 102

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

Shades of Navy #010866

Tints of Navy #010866

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.21%

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

R = 0.9%
G = 7.21%
B = 91.89%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#010866 (or 0x010866) is known color: Navy. HEX triplet: 01, 08 and 66. RGB value is (1,8,102). Sum of RGB (Red+Green+Blue) = 1+8+102=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 102 (40.23% from 255 or 91.89% from 111); Max value from RGB is 102 - color contains mainly: blue. Hex color #010866 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010866 is #FEF799. Grayscale: #101010. Windows color (decimal): -16709530 or 6686721. OLE color: 6686721.

HSL color Cylindrical-coordinate representation of color #010866: hue angle of 235.84º 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 #010866 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 8 102 -
CMYK 0.99 0.92 0 0.6
HSL 235.84º 0.98% 0.2% -
HSV(B) 235.84º 0.99% 0.4% -
XYZ 2.5 1.14 12.66 -
YUV 16.62 176.18 116.86 -
System Red Green Blue C M Y K H S L
Decimal 1 8 102 0.99 0.92 0 0.6 235.84 0.98 0.2
Hex 1 8 66 63 5C 0 3C EC 62 14
Octal 1 10 146 143 134 0 74 354 142 24
Binary 1 1000 1100110 1100011 1011100 0 111100 11101100 1100010 10100

Color Harmonies of #010866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010866

Black with #010866

Text Example


Text Example

White with #010866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010866; }

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

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

background-color css

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

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

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

border-color css

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

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

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