#05076C

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

Shades of Navy #05076C

Tints of Navy #05076C

Color information

#05076C (or 0x05076C) is unknown color: approx Navy. HEX triplet: 05, 07 and 6C. RGB value is (5,7,108). Sum of RGB (Red+Green+Blue) = 5+7+108=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 108 (42.58% from 255 or 90% from 120); Max value from RGB is 108 - color contains mainly: blue. Hex color #05076C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05076C is #FAF893. Grayscale: #111111. Windows color (decimal): -16447636 or 7079685. OLE color: 7079685.

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

Color convert

RGB57108-
CMYK0.950.9400.58
HSL238.83º91.15%22.16%-
HSV(B)238.83º95.37%42.35%-
XYZ2.851.2714.28-
YUV17.92178.84118.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.17%
GREEN value IS 7 (3.12% from 255) = 5.83%
BLUE value IS 108 (42.58% from 255) = 90%
R=4.17%
G=5.83%
B=90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal571080.950.9400.58238.8391.1522.16
Hex576C5F5E03Aef5b16
Octal5715413713607235713326
Binary101111110110010111111011110011101011101111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05076C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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