#051881

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

Shades of Navy #051881

Tints of Navy #051881

Color information

#051881 (or 0x051881) is unknown color: approx Navy. HEX triplet: 05, 18 and 81. RGB value is (5,24,129). Sum of RGB (Red+Green+Blue) = 5+24+129=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 129 (50.78% from 255 or 81.65% from 158); Max value from RGB is 129 - color contains mainly: blue. Hex color #051881 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051881 is #FAE77E. Grayscale: #1D1D1D. Windows color (decimal): -16443263 or 8460293. OLE color: 8460293.

HSL color Cylindrical-coordinate representation of color #051881: hue angle of 230.81º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051881 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB524129-
CMYK0.960.8100.49
HSL230.81º92.54%26.27%-
HSV(B)230.81º96.12%50.59%-
XYZ4.352.2720.98-
YUV30.29183.71109.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.16%
GREEN value IS 24 (9.77% from 255) = 15.19%
BLUE value IS 129 (50.78% from 255) = 81.65%
R=3.16%
G=15.19%
B=81.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5241290.960.8100.49230.8192.5426.27
Hex518816051031e75d1a
Octal53020114012106134713532
Binary101110001000000111000001010001011000111100111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051881; }

 p { color: rgb(5,24,129); }

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

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

 a { background-color: rgb(5,24,129); }

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

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

 span { border-color: rgb(5,24,129); }

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