#050945

Color #050945 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #050945

Tints of Midnight Express #050945

Color information

#050945 (or 0x050945) is unknown color: approx Midnight Express. HEX triplet: 05, 09 and 45. RGB value is (5,9,69). Sum of RGB (Red+Green+Blue) = 5+9+69=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 69 (27.34% from 255 or 83.13% from 83); Max value from RGB is 69 - color contains mainly: blue. Hex color #050945 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050945 is #FAF6BA. Grayscale: #0E0E0E. Windows color (decimal): -16447163 or 4524293. OLE color: 4524293.

HSL color Cylindrical-coordinate representation of color #050945: hue angle of 236.25º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050945 is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB5969-
CMYK0.930.8700.73
HSL236.25º86.49%14.51%-
HSV(B)236.25º92.75%27.06%-
XYZ1.230.665.69-
YUV14.64158.67121.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.02%
GREEN value IS 9 (3.91% from 255) = 10.84%
BLUE value IS 69 (27.34% from 255) = 83.13%
R=6.02%
G=10.84%
B=83.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal59690.930.8700.73236.2586.4914.51
Hex59455D57049ec56f
Octal511105135127011135412617
Binary1011001100010110111011010111010010011110110010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050945; }

 p { color: rgb(5,9,69); }

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

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

 a { background-color: rgb(5,9,69); }

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

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

 span { border-color: rgb(5,9,69); }

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