#091F45

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

Shades of Midnight Express #091F45

Tints of Midnight Express #091F45

Color information

#091F45 (or 0x091F45) is unknown color: approx Midnight Express. HEX triplet: 09, 1F and 45. RGB value is (9,31,69). Sum of RGB (Red+Green+Blue) = 9+31+69=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 69 (27.34% from 255 or 63.30% from 109); Max value from RGB is 69 - color contains mainly: blue. Hex color #091F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F45 is #F6E0BA. Grayscale: #1C1C1C. Windows color (decimal): -16179387 or 4529929. OLE color: 4529929.

HSL color Cylindrical-coordinate representation of color #091F45: hue angle of 218º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #091F45 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB93169-
CMYK0.870.5500.73
HSL218º76.92%15.29%-
HSV(B)218º86.96%27.06%-
XYZ1.681.475.83-
YUV28.75150.71113.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.26%
GREEN value IS 31 (12.5% from 255) = 28.44%
BLUE value IS 69 (27.34% from 255) = 63.30%
R=8.26%
G=28.44%
B=63.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal931690.870.5500.7321876.9215.29
Hex91F455737049da4df
Octal113710512767011133211517
Binary10011111110001011010111110111010010011101101010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091F45; }

 p { color: rgb(9,31,69); }

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

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

 a { background-color: rgb(9,31,69); }

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

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

 span { border-color: rgb(9,31,69); }

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