#050a93

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

Shades of Dark Blue #050A93

Tints of Dark Blue #050A93

Color information

#050A93 (or 0x050A93) is unknown color: approx Dark Blue. HEX triplet: 05, 0A and 93. RGB value is (5,10,147). Sum of RGB (Red+Green+Blue) = 5+10+147=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 147 (57.81% from 255 or 90.74% from 162); Max value from RGB is 147 - color contains mainly: blue. Hex color #050A93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050A93 is #FAF56C. Grayscale: #171717. Windows color (decimal): -16446829 or 9636357. OLE color: 9636357.

HSL color Cylindrical-coordinate representation of color #050A93: hue angle of 237.89º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050A93 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB510147-
CMYK0.970.9300.42
HSL237.89º93.42%29.8%-
HSV(B)237.89º96.6%57.65%-
XYZ5.442.3627.77-
YUV24.12197.34114.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.09%
GREEN value IS 10 (4.30% from 255) = 6.17%
BLUE value IS 147 (57.81% from 255) = 90.74%
R=3.09%
G=6.17%
B=90.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5101470.970.9300.42237.8993.4229.8
Hex5A93615D02Aee5d1e
Octal51222314113505235613536
Binary10110101001001111000011011101010101011101110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050a93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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