#06077F

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

Shades of Navy #06077F

Tints of Navy #06077F

Color information

#06077F (or 0x06077F) is unknown color: approx Navy. HEX triplet: 06, 07 and 7F. RGB value is (6,7,127). Sum of RGB (Red+Green+Blue) = 6+7+127=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 127 (50% from 255 or 90.71% from 140); Max value from RGB is 127 - color contains mainly: blue. Hex color #06077F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06077F is #F9F880. Grayscale: #131313. Windows color (decimal): -16382081 or 8324870. OLE color: 8324870.

HSL color Cylindrical-coordinate representation of color #06077F: hue angle of 239.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06077F is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB67127-
CMYK0.950.9400.50
HSL239.5º90.98%26.08%-
HSV(B)239.5º95.28%49.8%-
XYZ3.981.7220.2-
YUV20.38188.17117.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 7 (3.12% from 255) = 5%
BLUE value IS 127 (50% from 255) = 90.71%
R=4.29%
G=5%
B=90.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal671270.950.9400.50239.590.9826.08
Hex677F5F5E032f05b1a
Octal6717713713606236013332
Binary110111111111110111111011110011001011110000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06077F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,7,127); }

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

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

 a { background-color: rgb(6,7,127); }

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

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

 span { border-color: rgb(6,7,127); }

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