#00066A

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

Shades of Navy #00066A

Tints of Navy #00066A

Color information

#00066A (or 0x00066A) is unknown color: approx Navy. HEX triplet: 00, 06 and 6A. RGB value is (0,6,106). Sum of RGB (Red+Green+Blue) = 0+6+106=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 106 (41.80% from 255 or 94.64% from 112); Max value from RGB is 106 - color contains mainly: blue. Hex color #00066A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00066A is #FFF995. Grayscale: #0F0F0F. Windows color (decimal): -16775574 or 6948352. OLE color: 6948352.

HSL color Cylindrical-coordinate representation of color #00066A: hue angle of 236.6º 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 #00066A is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB06106-
CMYK10.9400.58
HSL236.6º100%20.78%-
HSV(B)236.6º100%41.57%-
XYZ2.671.1713.72-
YUV15.61179.01116.87-

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.36%
BLUE value IS 106 (41.80% from 255) = 94.64%
R=0%
G=5.36%
B=94.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal0610610.9400.58236.610020.78
Hex066A645E03Aed6415
Octal0615214413607235514425
Binary0110110101011001001011110011101011101101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00066A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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