#09152D

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

Shades of Midnight Express #09152D

Tints of Midnight Express #09152D

Color information

#09152D (or 0x09152D) is unknown color: approx Midnight Express. HEX triplet: 09, 15 and 2D. RGB value is (9,21,45). Sum of RGB (Red+Green+Blue) = 9+21+45=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 45 (17.97% from 255 or 60% from 75); Max value from RGB is 45 - color contains mainly: blue. Hex color #09152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09152D is #F6EAD2. Grayscale: #141414. Windows color (decimal): -16181971 or 2954505. OLE color: 2954505.

HSL color Cylindrical-coordinate representation of color #09152D: hue angle of 220º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09152D is Cyan = 0.8, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB92145-
CMYK0.80.5300.82
HSL220º66.67%10.59%-
HSV(B)220º80%17.65%-
XYZ0.850.782.59-
YUV20.15142.02120.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12%
GREEN value IS 21 (8.59% from 255) = 28%
BLUE value IS 45 (17.97% from 255) = 60%
R=12%
G=28%
B=60%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal921450.80.5300.8222066.6710.59
Hex9152D5035052dc43b
Octal11255512065012233410313
Binary1001101011011011010000110101010100101101110010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09152D; }

 p { color: rgb(9,21,45); }

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

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

 a { background-color: rgb(9,21,45); }

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

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

 span { border-color: rgb(9,21,45); }

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