#050E78

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

Shades of Navy #050E78

Tints of Navy #050E78

Color information

#050E78 (or 0x050E78) is unknown color: approx Navy. HEX triplet: 05, 0E and 78. RGB value is (5,14,120). Sum of RGB (Red+Green+Blue) = 5+14+120=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 120 (47.27% from 255 or 86.33% from 139); Max value from RGB is 120 - color contains mainly: blue. Hex color #050E78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E78 is #FAF187. Grayscale: #161616. Windows color (decimal): -16445832 or 7867909. OLE color: 7867909.

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

Color convert

RGB514120-
CMYK0.960.8800.53
HSL235.3º92%24.51%-
HSV(B)235.3º95.83%47.06%-
XYZ3.611.717.91-
YUV23.39182.52114.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.60%
GREEN value IS 14 (5.86% from 255) = 10.07%
BLUE value IS 120 (47.27% from 255) = 86.33%
R=3.60%
G=10.07%
B=86.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5141200.960.8800.53235.39224.51
Hex5E786058035eb5c19
Octal51617014013006535313431
Binary1011110111100011000001011000011010111101011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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