#050B70

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

Shades of Navy #050B70

Tints of Navy #050B70

Color information

#050B70 (or 0x050B70) is unknown color: approx Navy. HEX triplet: 05, 0B and 70. RGB value is (5,11,112). Sum of RGB (Red+Green+Blue) = 5+11+112=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 11 (4.69% from 255 or 8.59% from 128); Blue value is 112 (44.14% from 255 or 87.5% from 128); Max value from RGB is 112 - color contains mainly: blue. Hex color #050B70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050B70 is #FAF48F. Grayscale: #141414. Windows color (decimal): -16446608 or 7342853. OLE color: 7342853.

HSL color Cylindrical-coordinate representation of color #050B70: hue angle of 236.64º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050B70 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB511112-
CMYK0.960.9000.56
HSL236.64º91.45%22.94%-
HSV(B)236.64º95.54%43.92%-
XYZ3.111.4415.44-
YUV20.72179.51116.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.91%
GREEN value IS 11 (4.69% from 255) = 8.59%
BLUE value IS 112 (44.14% from 255) = 87.5%
R=3.91%
G=8.59%
B=87.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5111120.960.9000.56236.6491.4522.94
Hex5B70605A038ed5b17
Octal51316014013207035513327
Binary1011011111000011000001011010011100011101101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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