#09142F

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

Shades of Midnight Express #09142F

Tints of Midnight Express #09142F

Color information

#09142F (or 0x09142F) is unknown color: approx Midnight Express. HEX triplet: 09, 14 and 2F. RGB value is (9,20,47). Sum of RGB (Red+Green+Blue) = 9+20+47=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 47 (18.75% from 255 or 61.84% from 76); Max value from RGB is 47 - color contains mainly: blue. Hex color #09142F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09142F is #F6EBD0. Grayscale: #131313. Windows color (decimal): -16182225 or 3085321. OLE color: 3085321.

HSL color Cylindrical-coordinate representation of color #09142F: hue angle of 222.63º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #09142F is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB92047-
CMYK0.810.5700.82
HSL222.63º67.86%10.98%-
HSV(B)222.63º80.85%18.43%-
XYZ0.880.762.79-
YUV19.79143.36120.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.84%
GREEN value IS 20 (8.20% from 255) = 26.32%
BLUE value IS 47 (18.75% from 255) = 61.84%
R=11.84%
G=26.32%
B=61.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal920470.810.5700.82222.6367.8610.98
Hex9142F5139052df44b
Octal11245712171012233710413
Binary1001101001011111010001111001010100101101111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09142F; }

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

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

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

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

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

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

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

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