#051076

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

Shades of Navy #051076

Tints of Navy #051076

Color information

#051076 (or 0x051076) is unknown color: approx Navy. HEX triplet: 05, 10 and 76. RGB value is (5,16,118). Sum of RGB (Red+Green+Blue) = 5+16+118=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 118 (46.48% from 255 or 84.89% from 139); Max value from RGB is 118 - color contains mainly: blue. Hex color #051076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051076 is #FAEF89. Grayscale: #171717. Windows color (decimal): -16445322 or 7737349. OLE color: 7737349.

HSL color Cylindrical-coordinate representation of color #051076: hue angle of 234.16º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051076 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB516118-
CMYK0.960.8600.54
HSL234.16º91.87%24.12%-
HSV(B)234.16º95.76%46.27%-
XYZ3.521.7117.28-
YUV24.34180.86114.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.60%
GREEN value IS 16 (6.64% from 255) = 11.51%
BLUE value IS 118 (46.48% from 255) = 84.89%
R=3.60%
G=11.51%
B=84.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5161180.960.8600.54234.1691.8724.12
Hex510766056036ea5c18
Octal52016614012606635213430
Binary10110000111011011000001010110011011011101010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051076; }

 p { color: rgb(5,16,118); }

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

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

 a { background-color: rgb(5,16,118); }

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

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

 span { border-color: rgb(5,16,118); }

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