#09114B

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

Shades of Midnight Express #09114B

Tints of Midnight Express #09114B

Color information

#09114B (or 0x09114B) is unknown color: approx Midnight Express. HEX triplet: 09, 11 and 4B. RGB value is (9,17,75). Sum of RGB (Red+Green+Blue) = 9+17+75=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 75 (29.69% from 255 or 74.26% from 101); Max value from RGB is 75 - color contains mainly: blue. Hex color #09114B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09114B is #F6EEB4. Grayscale: #141414. Windows color (decimal): -16182965 or 4919561. OLE color: 4919561.

HSL color Cylindrical-coordinate representation of color #09114B: hue angle of 232.73º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09114B is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB91775-
CMYK0.880.7700.71
HSL232.73º78.57%16.47%-
HSV(B)232.73º88%29.41%-
XYZ1.580.976.76-
YUV21.22158.35119.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.91%
GREEN value IS 17 (7.03% from 255) = 16.83%
BLUE value IS 75 (29.69% from 255) = 74.26%
R=8.91%
G=16.83%
B=74.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal917750.880.7700.71232.7378.5716.47
Hex9114B584D047e94f10
Octal1121113130115010735111720
Binary1001100011001011101100010011010100011111101001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09114B; }

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

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

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

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

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

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

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

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