#050B81

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

Shades of Navy #050B81

Tints of Navy #050B81

Color information

#050B81 (or 0x050B81) is unknown color: approx Navy. HEX triplet: 05, 0B and 81. RGB value is (5,11,129). Sum of RGB (Red+Green+Blue) = 5+11+129=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 129 (50.78% from 255 or 88.97% from 145); Max value from RGB is 129 - color contains mainly: blue. Hex color #050B81 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050B81 is #FAF47E. Grayscale: #161616. Windows color (decimal): -16446591 or 8456965. OLE color: 8456965.

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

Color convert

RGB511129-
CMYK0.960.9100.49
HSL237.1º92.54%26.27%-
HSV(B)237.1º96.12%50.59%-
XYZ4.141.8620.91-
YUV22.66188.01115.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.45%
GREEN value IS 11 (4.69% from 255) = 7.59%
BLUE value IS 129 (50.78% from 255) = 88.97%
R=3.45%
G=7.59%
B=88.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5111290.960.9100.49237.192.5426.27
Hex5B81605B031ed5d1a
Octal51320114013306135513532
Binary10110111000000111000001011011011000111101101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050B81; }

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

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

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

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

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

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

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

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