#050A7A

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

Shades of Navy #050A7A

Tints of Navy #050A7A

Color information

#050A7A (or 0x050A7A) is unknown color: approx Navy. HEX triplet: 05, 0A and 7A. RGB value is (5,10,122). Sum of RGB (Red+Green+Blue) = 5+10+122=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 10 (4.30% from 255 or 7.30% from 137); Blue value is 122 (48.05% from 255 or 89.05% from 137); Max value from RGB is 122 - color contains mainly: blue. Hex color #050A7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050A7A is #FAF585. Grayscale: #141414. Windows color (decimal): -16446854 or 7997957. OLE color: 7997957.

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

Color convert

RGB510122-
CMYK0.960.9200.52
HSL237.44º92.13%24.9%-
HSV(B)237.44º95.9%47.84%-
XYZ3.681.6518.54-
YUV21.27184.84116.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.65%
GREEN value IS 10 (4.30% from 255) = 7.30%
BLUE value IS 122 (48.05% from 255) = 89.05%
R=3.65%
G=7.30%
B=89.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5101220.960.9200.52237.4492.1324.9
Hex5A7A605C034ed5c19
Octal51217214013406435513431
Binary1011010111101011000001011100011010011101101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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