#091448

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

Shades of Midnight Express #091448

Tints of Midnight Express #091448

Color information

#091448 (or 0x091448) is unknown color: approx Midnight Express. HEX triplet: 09, 14 and 48. RGB value is (9,20,72). Sum of RGB (Red+Green+Blue) = 9+20+72=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 72 (28.52% from 255 or 71.29% from 101); Max value from RGB is 72 - color contains mainly: blue. Hex color #091448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091448 is #F6EBB7. Grayscale: #161616. Windows color (decimal): -16182200 or 4723721. OLE color: 4723721.

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

Color convert

RGB92072-
CMYK0.880.7200.72
HSL229.52º77.78%15.88%-
HSV(B)229.52º87.5%28.24%-
XYZ1.531.036.25-
YUV22.64155.86118.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.91%
GREEN value IS 20 (8.20% from 255) = 19.80%
BLUE value IS 72 (28.52% from 255) = 71.29%
R=8.91%
G=19.80%
B=71.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal920720.880.7200.72229.5277.7815.88
Hex914485848048e64e10
Octal1124110130110011034611620
Binary1001101001001000101100010010000100100011100110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091448; }

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

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

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

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

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

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

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

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