#050947

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

Shades of Midnight Express #050947

Tints of Midnight Express #050947

Color information

#050947 (or 0x050947) is unknown color: approx Midnight Express. HEX triplet: 05, 09 and 47. RGB value is (5,9,71). Sum of RGB (Red+Green+Blue) = 5+9+71=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 71 (28.12% from 255 or 83.53% from 85); Max value from RGB is 71 - color contains mainly: blue. Hex color #050947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050947 is #FAF6B8. Grayscale: #0E0E0E. Windows color (decimal): -16447161 or 4655365. OLE color: 4655365.

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

Color convert

RGB5971-
CMYK0.930.8700.72
HSL236.36º86.84%14.9%-
HSV(B)236.36º92.96%27.84%-
XYZ1.30.686.02-
YUV14.87159.67120.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.88%
GREEN value IS 9 (3.91% from 255) = 10.59%
BLUE value IS 71 (28.12% from 255) = 83.53%
R=5.88%
G=10.59%
B=83.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal59710.930.8700.72236.3686.8414.9
Hex59475D57048ec57f
Octal511107135127011035412717
Binary1011001100011110111011010111010010001110110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050947; }

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

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

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

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

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

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

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

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