#06057D

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

Shades of Navy #06057D

Tints of Navy #06057D

Color information

#06057D (or 0x06057D) is unknown color: approx Navy. HEX triplet: 06, 05 and 7D. RGB value is (6,5,125). Sum of RGB (Red+Green+Blue) = 6+5+125=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 125 (49.22% from 255 or 91.91% from 136); Max value from RGB is 125 - color contains mainly: blue. Hex color #06057D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06057D is #F9FA82. Grayscale: #121212. Windows color (decimal): -16382595 or 8193286. OLE color: 8193286.

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

Color convert

RGB65125-
CMYK0.950.9600.51
HSL240.5º92.31%25.49%-
HSV(B)240.5º96%49.02%-
XYZ3.831.6319.51-
YUV18.98187.83118.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 125 (49.22% from 255) = 91.91%
R=4.41%
G=3.68%
B=91.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal651250.950.9600.51240.592.3125.49
Hex657D5F60033f05c19
Octal6517513714006336013431
Binary110101111110110111111100000011001111110000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06057D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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