#050981

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

Shades of Navy #050981

Tints of Navy #050981

Color information

#050981 (or 0x050981) is unknown color: approx Navy. HEX triplet: 05, 09 and 81. RGB value is (5,9,129). Sum of RGB (Red+Green+Blue) = 5+9+129=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 129 (50.78% from 255 or 90.21% from 143); Max value from RGB is 129 - color contains mainly: blue. Hex color #050981 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050981 is #FAF67E. Grayscale: #151515. Windows color (decimal): -16447103 or 8456453. OLE color: 8456453.

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

Color convert

RGB59129-
CMYK0.960.9300.49
HSL238.06º92.54%26.27%-
HSV(B)238.06º96.12%50.59%-
XYZ4.121.8120.9-
YUV21.48188.67116.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.50%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 129 (50.78% from 255) = 90.21%
R=3.50%
G=6.29%
B=90.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal591290.960.9300.49238.0692.5426.27
Hex5981605D031ee5d1a
Octal51120114013506135613532
Binary10110011000000111000001011101011000111101110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050981; }

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

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

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

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

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

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

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

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