#050948

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

Shades of Midnight Express #050948

Tints of Midnight Express #050948

Color information

#050948 (or 0x050948) is unknown color: approx Midnight Express. HEX triplet: 05, 09 and 48. RGB value is (5,9,72). Sum of RGB (Red+Green+Blue) = 5+9+72=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 72 (28.52% from 255 or 83.72% from 86); Max value from RGB is 72 - color contains mainly: blue. Hex color #050948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050948 is #FAF6B7. Grayscale: #0E0E0E. Windows color (decimal): -16447160 or 4720901. OLE color: 4720901.

HSL color Cylindrical-coordinate representation of color #050948: hue angle of 236.42º 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 #050948 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB5972-
CMYK0.930.8800.72
HSL236.42º87.01%15.1%-
HSV(B)236.42º93.06%28.24%-
XYZ1.330.76.2-
YUV14.99160.17120.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.81%
GREEN value IS 9 (3.91% from 255) = 10.47%
BLUE value IS 72 (28.52% from 255) = 83.72%
R=5.81%
G=10.47%
B=83.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal59720.930.8800.72236.4287.0115.1
Hex59485D58048ec57f
Octal511110135130011035412717
Binary1011001100100010111011011000010010001110110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050948; }

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

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

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

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

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

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

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

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