Html Css Color HEX #01066C Navy

📋 copy color: '#01066C'

red 1 ◦ green 6 ◦ blue 108

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

Shades of Navy #01066C

Tints of Navy #01066C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.22%

 BLUE value IS 108 (42.58% from 255) = 93.91%

R = 0.87%
G = 5.22%
B = 93.91%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01066C (or 0x01066C) is known color: Navy. HEX triplet: 01, 06 and 6C. RGB value is (1,6,108). Sum of RGB (Red+Green+Blue) = 1+6+108=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 108 (42.58% from 255 or 93.91% from 115); Max value from RGB is 108 - color contains mainly: blue. Hex color #01066C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01066C is #FEF993. Grayscale: #0F0F0F. Windows color (decimal): -16710036 or 7079425. OLE color: 7079425.

HSL color Cylindrical-coordinate representation of color #01066C: hue angle of 237.2º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01066C is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 6 108 -
CMYK 0.99 0.94 0 0.58
HSL 237.2º 0.98% 0.21% -
HSV(B) 237.2º 0.99% 0.42% -
XYZ 2.78 1.22 14.28 -
YUV 16.13 179.84 117.21 -
System Red Green Blue C M Y K H S L
Decimal 1 6 108 0.99 0.94 0 0.58 237.2 0.98 0.21
Hex 1 6 6C 63 5E 0 3A ED 62 15
Octal 1 6 154 143 136 0 72 355 142 25
Binary 1 110 1101100 1100011 1011110 0 111010 11101101 1100010 10101

Color Harmonies of #01066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01066C

Black with #01066C

Text Example


Text Example

White with #01066C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01066C; }

 p { color: rgb(1,6,108); }

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

background-color css

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

 a { background-color: rgb(1,6,108); }

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

border-color css

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

 span { border-color: rgb(1,6,108); }

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