#00066F

Color #00066F Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #00066F

Tints of Navy #00066F

Color information

#00066F (or 0x00066F) is unknown color: approx Navy. HEX triplet: 00, 06 and 6F. RGB value is (0,6,111). Sum of RGB (Red+Green+Blue) = 0+6+111=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 111 (43.75% from 255 or 94.87% from 117); Max value from RGB is 111 - color contains mainly: blue. Hex color #00066F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00066F is #FFF990. Grayscale: #0F0F0F. Windows color (decimal): -16775569 or 7276032. OLE color: 7276032.

HSL color Cylindrical-coordinate representation of color #00066F: hue angle of 236.76º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00066F is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB06111-
CMYK10.9500.56
HSL236.76º100%21.76%-
HSV(B)236.76º100%43.53%-
XYZ2.931.2815.13-
YUV16.18181.51116.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 6 (2.73% from 255) = 5.13%
BLUE value IS 111 (43.75% from 255) = 94.87%
R=0%
G=5.13%
B=94.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal0611110.9500.56236.7610021.76
Hex066F645F038ed6416
Octal0615714413707035514426
Binary0110110111111001001011111011100011101101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00066F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00066F;
 }
 .AnyTagClassName
 {
   color: #00066F;
 }
</style>
background-color css

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

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

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

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

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

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