#051A82

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

Shades of Navy #051A82

Tints of Navy #051A82

Color information

#051A82 (or 0x051A82) is unknown color: approx Navy. HEX triplet: 05, 1A and 82. RGB value is (5,26,130). Sum of RGB (Red+Green+Blue) = 5+26+130=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 130 (51.17% from 255 or 80.75% from 161); Max value from RGB is 130 - color contains mainly: blue. Hex color #051A82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051A82 is #FAE57D. Grayscale: #1F1F1F. Windows color (decimal): -16442750 or 8526341. OLE color: 8526341.

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

Color convert

RGB526130-
CMYK0.960.800.49
HSL229.92º92.59%26.47%-
HSV(B)229.92º96.15%50.98%-
XYZ4.462.3821.34-
YUV31.58183.54109.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.11%
GREEN value IS 26 (10.55% from 255) = 16.15%
BLUE value IS 130 (51.17% from 255) = 80.75%
R=3.11%
G=16.15%
B=80.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5261300.960.800.49229.9292.5926.47
Hex51A826050031e65d1a
Octal53220214012006134613532
Binary101110101000001011000001010000011000111100110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051A82; }

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

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

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

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

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

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

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

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