#051178

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

Shades of Navy #051178

Tints of Navy #051178

Color information

#051178 (or 0x051178) is unknown color: approx Navy. HEX triplet: 05, 11 and 78. RGB value is (5,17,120). Sum of RGB (Red+Green+Blue) = 5+17+120=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 120 (47.27% from 255 or 84.51% from 142); Max value from RGB is 120 - color contains mainly: blue. Hex color #051178 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051178 is #FAEE87. Grayscale: #181818. Windows color (decimal): -16445064 or 7868677. OLE color: 7868677.

HSL color Cylindrical-coordinate representation of color #051178: hue angle of 233.74º 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 #051178 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB517120-
CMYK0.960.8600.53
HSL233.74º92%24.51%-
HSV(B)233.74º95.83%47.06%-
XYZ3.651.7917.92-
YUV25.15181.52113.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 120 (47.27% from 255) = 84.51%
R=3.52%
G=11.97%
B=84.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5171200.960.8600.53233.749224.51
Hex511786056035ea5c19
Octal52117014012606535213431
Binary10110001111100011000001010110011010111101010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051178; }

 p { color: rgb(5,17,120); }

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

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

 a { background-color: rgb(5,17,120); }

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

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

 span { border-color: rgb(5,17,120); }

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