#051984

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

Shades of Navy #051984

Tints of Navy #051984

Color information

#051984 (or 0x051984) is unknown color: approx Navy. HEX triplet: 05, 19 and 84. RGB value is (5,25,132). Sum of RGB (Red+Green+Blue) = 5+25+132=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 132 (51.95% from 255 or 81.48% from 162); Max value from RGB is 132 - color contains mainly: blue. Hex color #051984 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051984 is #FAE67B. Grayscale: #1E1E1E. Windows color (decimal): -16443004 or 8657157. OLE color: 8657157.

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

Color convert

RGB525132-
CMYK0.960.8100.48
HSL230.55º92.7%26.86%-
HSV(B)230.55º96.21%51.76%-
XYZ4.582.3922.05-
YUV31.22184.87109.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.09%
GREEN value IS 25 (10.16% from 255) = 15.43%
BLUE value IS 132 (51.95% from 255) = 81.48%
R=3.09%
G=15.43%
B=81.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5251320.960.8100.48230.5592.726.86
Hex519846051030e75d1b
Octal53120414012106034713533
Binary101110011000010011000001010001011000011100111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051984; }

 p { color: rgb(5,25,132); }

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

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

 a { background-color: rgb(5,25,132); }

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

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

 span { border-color: rgb(5,25,132); }

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