#050B78

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

Shades of Navy #050B78

Tints of Navy #050B78

Color information

#050B78 (or 0x050B78) is unknown color: approx Navy. HEX triplet: 05, 0B and 78. RGB value is (5,11,120). Sum of RGB (Red+Green+Blue) = 5+11+120=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 120 (47.27% from 255 or 88.24% from 136); Max value from RGB is 120 - color contains mainly: blue. Hex color #050B78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050B78 is #FAF487. Grayscale: #151515. Windows color (decimal): -16446600 or 7867141. OLE color: 7867141.

HSL color Cylindrical-coordinate representation of color #050B78: hue angle of 236.87º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050B78 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB511120-
CMYK0.960.9100.53
HSL236.87º92%24.51%-
HSV(B)236.87º95.83%47.06%-
XYZ3.571.6317.9-
YUV21.63183.51116.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 11 (4.69% from 255) = 8.09%
BLUE value IS 120 (47.27% from 255) = 88.24%
R=3.68%
G=8.09%
B=88.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5111200.960.9100.53236.879224.51
Hex5B78605B035ed5c19
Octal51317014013306535513431
Binary1011011111100011000001011011011010111101101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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