#09113C

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

Shades of Midnight Express #09113C

Tints of Midnight Express #09113C

Color information

#09113C (or 0x09113C) is unknown color: approx Midnight Express. HEX triplet: 09, 11 and 3C. RGB value is (9,17,60). Sum of RGB (Red+Green+Blue) = 9+17+60=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 60 (23.83% from 255 or 69.77% from 86); Max value from RGB is 60 - color contains mainly: blue. Hex color #09113C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09113C is #F6EEC3. Grayscale: #131313. Windows color (decimal): -16182980 or 3936521. OLE color: 3936521.

HSL color Cylindrical-coordinate representation of color #09113C: hue angle of 230.59º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09113C is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB91760-
CMYK0.850.7200.76
HSL230.59º73.91%13.53%-
HSV(B)230.59º85%23.53%-
XYZ1.130.794.37-
YUV19.51150.85120.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.47%
GREEN value IS 17 (7.03% from 255) = 19.77%
BLUE value IS 60 (23.83% from 255) = 69.77%
R=10.47%
G=19.77%
B=69.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal917600.850.7200.76230.5973.9113.53
Hex9113C554804Ce74ae
Octal112174125110011434711216
Binary10011000111110010101011001000010011001110011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09113C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09113C; }

 p { color: rgb(9,17,60); }

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

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

 a { background-color: rgb(9,17,60); }

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

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

 span { border-color: rgb(9,17,60); }

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