#09124B

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

Shades of Midnight Express #09124B

Tints of Midnight Express #09124B

Color information

#09124B (or 0x09124B) is unknown color: approx Midnight Express. HEX triplet: 09, 12 and 4B. RGB value is (9,18,75). Sum of RGB (Red+Green+Blue) = 9+18+75=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 75 (29.69% from 255 or 73.53% from 102); Max value from RGB is 75 - color contains mainly: blue. Hex color #09124B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09124B is #F6EDB4. Grayscale: #151515. Windows color (decimal): -16182709 or 4919817. OLE color: 4919817.

HSL color Cylindrical-coordinate representation of color #09124B: hue angle of 231.82º 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 #09124B is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB91875-
CMYK0.880.7600.71
HSL231.82º78.57%16.47%-
HSV(B)231.82º88%29.41%-
XYZ1.616.77-
YUV21.81158.02118.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.82%
GREEN value IS 18 (7.42% from 255) = 17.65%
BLUE value IS 75 (29.69% from 255) = 73.53%
R=8.82%
G=17.65%
B=73.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal918750.880.7600.71231.8278.5716.47
Hex9124B584C047e84f10
Octal1122113130114010735011720
Binary1001100101001011101100010011000100011111101000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09124B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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