#05076E

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

Shades of Navy #05076E

Tints of Navy #05076E

Color information

#05076E (or 0x05076E) is unknown color: approx Navy. HEX triplet: 05, 07 and 6E. RGB value is (5,7,110). Sum of RGB (Red+Green+Blue) = 5+7+110=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 110 (43.36% from 255 or 90.16% from 122); Max value from RGB is 110 - color contains mainly: blue. Hex color #05076E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05076E is #FAF891. Grayscale: #111111. Windows color (decimal): -16447634 or 7210757. OLE color: 7210757.

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

Color convert

RGB57110-
CMYK0.950.9400.57
HSL238.86º91.3%22.55%-
HSV(B)238.86º95.45%43.14%-
XYZ2.951.3114.85-
YUV18.14179.84118.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 7 (3.12% from 255) = 5.74%
BLUE value IS 110 (43.36% from 255) = 90.16%
R=4.10%
G=5.74%
B=90.16%

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
Decimal571100.950.9400.57238.8691.322.55
Hex576E5F5E039ef5b17
Octal5715613713607135713327
Binary101111110111010111111011110011100111101111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05076E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05076E; }

 p { color: rgb(5,7,110); }

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

<style>
 a { background-color: #05076E; }

 a { background-color: rgb(5,7,110); }

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

<style>
 span { border-color: #05076E; }

 span { border-color: rgb(5,7,110); }

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