Html Css Color HEX #00066C Navy

📋 copy color: '#00066C'

red 0 ◦ green 6 ◦ blue 108

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

Shades of Navy #00066C

Tints of Navy #00066C

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 5.26%
B = 94.74%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#00066C (or 0x00066C) is known color: Navy. HEX triplet: 00, 06 and 6C. RGB value is (0,6,108). Sum of RGB (Red+Green+Blue) = 0+6+108=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 108 (42.58% from 255 or 94.74% from 114); Max value from RGB is 108 - color contains mainly: blue. Hex color #00066C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00066C is #FFF993. Grayscale: #0F0F0F. Windows color (decimal): -16775572 or 7079424. OLE color: 7079424.

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

Color convert

RGB 0 6 108 -
CMYK 1 0.94 0 0.58
HSL 236.67º 1% 0.21% -
HSV(B) 236.67º 1% 0.42% -
XYZ 2.77 1.21 14.28 -
YUV 15.83 180.01 116.71 -
System Red Green Blue C M Y K H S L
Decimal 0 6 108 1 0.94 0 0.58 236.67 1 0.21
Hex 0 6 6C 64 5E 0 3A ED 64 15
Octal 0 6 154 144 136 0 72 355 144 25
Binary 0 110 1101100 1100100 1011110 0 111010 11101101 1100100 10101

Color Harmonies of #00066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00066C

Black with #00066C

Text Example


Text Example

White with #00066C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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