#050890

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

Shades of Dark Blue #050890

Tints of Dark Blue #050890

Color information

#050890 (or 0x050890) is unknown color: approx Dark Blue. HEX triplet: 05, 08 and 90. RGB value is (5,8,144). Sum of RGB (Red+Green+Blue) = 5+8+144=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 144 (56.64% from 255 or 91.72% from 157); Max value from RGB is 144 - color contains mainly: blue. Hex color #050890 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050890 is #FAF76F. Grayscale: #161616. Windows color (decimal): -16447344 or 9439237. OLE color: 9439237.

HSL color Cylindrical-coordinate representation of color #050890: hue angle of 238.71º 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 #050890 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB58144-
CMYK0.970.9400.44
HSL238.71º93.29%29.22%-
HSV(B)238.71º96.53%56.47%-
XYZ5.182.2226.54-
YUV22.61196.51115.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.18%
GREEN value IS 8 (3.52% from 255) = 5.10%
BLUE value IS 144 (56.64% from 255) = 91.72%
R=3.18%
G=5.10%
B=91.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal581440.970.9400.44238.7193.2929.22
Hex5890615E02Cef5d1d
Octal51022014113605435713535
Binary10110001001000011000011011110010110011101111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050890; }

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

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

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

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

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

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

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

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