#050E7A

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

Shades of Navy #050E7A

Tints of Navy #050E7A

Color information

#050E7A (or 0x050E7A) is unknown color: approx Navy. HEX triplet: 05, 0E and 7A. RGB value is (5,14,122). Sum of RGB (Red+Green+Blue) = 5+14+122=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 14 (5.86% from 255 or 9.93% from 141); Blue value is 122 (48.05% from 255 or 86.52% from 141); Max value from RGB is 122 - color contains mainly: blue. Hex color #050E7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E7A is #FAF185. Grayscale: #171717. Windows color (decimal): -16445830 or 7998981. OLE color: 7998981.

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

Color convert

RGB514122-
CMYK0.960.8900.52
HSL235.38º92.13%24.9%-
HSV(B)235.38º95.9%47.84%-
XYZ3.731.7518.55-
YUV23.62183.52114.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.55%
GREEN value IS 14 (5.86% from 255) = 9.93%
BLUE value IS 122 (48.05% from 255) = 86.52%
R=3.55%
G=9.93%
B=86.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5141220.960.8900.52235.3892.1324.9
Hex5E7A6059034eb5c19
Octal51617214013106435313431
Binary1011110111101011000001011001011010011101011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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