#051079

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

Shades of Navy #051079

Tints of Navy #051079

Color information

#051079 (or 0x051079) is unknown color: approx Navy. HEX triplet: 05, 10 and 79. RGB value is (5,16,121). Sum of RGB (Red+Green+Blue) = 5+16+121=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 121 (47.66% from 255 or 85.21% from 142); Max value from RGB is 121 - color contains mainly: blue. Hex color #051079 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051079 is #FAEF86. Grayscale: #181818. Windows color (decimal): -16445319 or 7933957. OLE color: 7933957.

HSL color Cylindrical-coordinate representation of color #051079: hue angle of 234.31º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051079 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB516121-
CMYK0.960.8700.53
HSL234.31º92.06%24.71%-
HSV(B)234.31º95.87%47.45%-
XYZ3.71.7818.24-
YUV24.68182.36113.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 121 (47.66% from 255) = 85.21%
R=3.52%
G=11.27%
B=85.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5161210.960.8700.53234.3192.0624.71
Hex510796057035ea5c19
Octal52017114012706535213431
Binary10110000111100111000001010111011010111101010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051079; }

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

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

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

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

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

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

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

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