#051982

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

Shades of Navy #051982

Tints of Navy #051982

Color information

#051982 (or 0x051982) is unknown color: approx Navy. HEX triplet: 05, 19 and 82. RGB value is (5,25,130). Sum of RGB (Red+Green+Blue) = 5+25+130=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 130 (51.17% from 255 or 81.25% from 160); Max value from RGB is 130 - color contains mainly: blue. Hex color #051982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051982 is #FAE67D. Grayscale: #1E1E1E. Windows color (decimal): -16443006 or 8526085. OLE color: 8526085.

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

Color convert

RGB525130-
CMYK0.960.8100.49
HSL230.4º92.59%26.47%-
HSV(B)230.4º96.15%50.98%-
XYZ4.442.3421.34-
YUV30.99183.87109.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.12%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 130 (51.17% from 255) = 81.25%
R=3.12%
G=15.62%
B=81.25%

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
Decimal5251300.960.8100.49230.492.5926.47
Hex519826051031e65d1a
Octal53120214012106134613532
Binary101110011000001011000001010001011000111100110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051982; }

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

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

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

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

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

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

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

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