#050E79

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

Shades of Navy #050E79

Tints of Navy #050E79

Color information

#050E79 (or 0x050E79) is unknown color: approx Navy. HEX triplet: 05, 0E and 79. RGB value is (5,14,121). Sum of RGB (Red+Green+Blue) = 5+14+121=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 14 (5.86% from 255 or 10% from 140); Blue value is 121 (47.66% from 255 or 86.43% from 140); Max value from RGB is 121 - color contains mainly: blue. Hex color #050E79 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E79 is #FAF186. Grayscale: #171717. Windows color (decimal): -16445831 or 7933445. OLE color: 7933445.

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

Color convert

RGB514121-
CMYK0.960.8800.53
HSL235.34º92.06%24.71%-
HSV(B)235.34º95.87%47.45%-
XYZ3.671.7318.23-
YUV23.51183.02114.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.57%
GREEN value IS 14 (5.86% from 255) = 10%
BLUE value IS 121 (47.66% from 255) = 86.43%
R=3.57%
G=10%
B=86.43%

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
Decimal5141210.960.8800.53235.3492.0624.71
Hex5E796058035eb5c19
Octal51617114013006535313431
Binary1011110111100111000001011000011010111101011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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