#051884

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

Shades of Navy #051884

Tints of Navy #051884

Color information

#051884 (or 0x051884) is unknown color: approx Navy. HEX triplet: 05, 18 and 84. RGB value is (5,24,132). Sum of RGB (Red+Green+Blue) = 5+24+132=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 132 (51.95% from 255 or 81.99% from 161); Max value from RGB is 132 - color contains mainly: blue. Hex color #051884 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051884 is #FAE77B. Grayscale: #1E1E1E. Windows color (decimal): -16443260 or 8656901. OLE color: 8656901.

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

Color convert

RGB524132-
CMYK0.960.8200.48
HSL231.02º92.7%26.86%-
HSV(B)231.02º96.21%51.76%-
XYZ4.552.3522.04-
YUV30.63185.21109.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.11%
GREEN value IS 24 (9.77% from 255) = 14.91%
BLUE value IS 132 (51.95% from 255) = 81.99%
R=3.11%
G=14.91%
B=81.99%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5241320.960.8200.48231.0292.726.86
Hex518846052030e75d1b
Octal53020414012206034713533
Binary101110001000010011000001010010011000011100111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051884; }

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

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

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

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

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

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

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

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