#050790

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

Shades of Dark Blue #050790

Tints of Dark Blue #050790

Color information

#050790 (or 0x050790) is unknown color: approx Dark Blue. HEX triplet: 05, 07 and 90. RGB value is (5,7,144). Sum of RGB (Red+Green+Blue) = 5+7+144=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 144 (56.64% from 255 or 92.31% from 156); Max value from RGB is 144 - color contains mainly: blue. Hex color #050790 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050790 is #FAF86F. Grayscale: #151515. Windows color (decimal): -16447600 or 9438981. OLE color: 9438981.

HSL color Cylindrical-coordinate representation of color #050790: hue angle of 239.14º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050790 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB57144-
CMYK0.970.9500.44
HSL239.14º93.29%29.22%-
HSV(B)239.14º96.53%56.47%-
XYZ5.172.226.54-
YUV22.02196.84115.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 7 (3.12% from 255) = 4.49%
BLUE value IS 144 (56.64% from 255) = 92.31%
R=3.21%
G=4.49%
B=92.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571440.970.9500.44239.1493.2929.22
Hex5790615F02Cef5d1d
Octal5722014113705435713535
Binary1011111001000011000011011111010110011101111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050790; }

 p { color: rgb(5,7,144); }

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

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

 a { background-color: rgb(5,7,144); }

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

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

 span { border-color: rgb(5,7,144); }

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