#05066D

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

Shades of Navy #05066D

Tints of Navy #05066D

Color information

#05066D (or 0x05066D) is unknown color: approx Navy. HEX triplet: 05, 06 and 6D. RGB value is (5,6,109). Sum of RGB (Red+Green+Blue) = 5+6+109=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 109 (42.97% from 255 or 90.83% from 120); Max value from RGB is 109 - color contains mainly: blue. Hex color #05066D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05066D is #FAF992. Grayscale: #111111. Windows color (decimal): -16447891 or 7144965. OLE color: 7144965.

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

Color convert

RGB56109-
CMYK0.950.9400.57
HSL239.42º91.23%22.35%-
HSV(B)239.42º95.41%42.75%-
XYZ2.891.2714.56-
YUV17.44179.67119.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.17%
GREEN value IS 6 (2.73% from 255) = 5%
BLUE value IS 109 (42.97% from 255) = 90.83%
R=4.17%
G=5%
B=90.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal561090.950.9400.57239.4291.2322.35
Hex566D5F5E039ef5b16
Octal5615513713607135713326
Binary101110110110110111111011110011100111101111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05066D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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