#06077D

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

Shades of Navy #06077D

Tints of Navy #06077D

Color information

#06077D (or 0x06077D) is unknown color: approx Navy. HEX triplet: 06, 07 and 7D. RGB value is (6,7,125). Sum of RGB (Red+Green+Blue) = 6+7+125=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 125 (49.22% from 255 or 90.58% from 138); Max value from RGB is 125 - color contains mainly: blue. Hex color #06077D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06077D is #F9F882. Grayscale: #131313. Windows color (decimal): -16382083 or 8193798. OLE color: 8193798.

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

Color convert

RGB67125-
CMYK0.950.9400.51
HSL239.5º90.84%25.69%-
HSV(B)239.5º95.2%49.02%-
XYZ3.851.6719.52-
YUV20.15187.17117.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 7 (3.12% from 255) = 5.07%
BLUE value IS 125 (49.22% from 255) = 90.58%
R=4.35%
G=5.07%
B=90.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal671250.950.9400.51239.590.8425.69
Hex677D5F5E033ef5b1a
Octal6717513713606335713332
Binary110111111110110111111011110011001111101111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06077D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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