#09123B

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

Shades of Midnight Express #09123B

Tints of Midnight Express #09123B

Color information

#09123B (or 0x09123B) is unknown color: approx Midnight Express. HEX triplet: 09, 12 and 3B. RGB value is (9,18,59). Sum of RGB (Red+Green+Blue) = 9+18+59=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 59 (23.44% from 255 or 68.60% from 86); Max value from RGB is 59 - color contains mainly: blue. Hex color #09123B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09123B is #F6EDC4. Grayscale: #131313. Windows color (decimal): -16182725 or 3871241. OLE color: 3871241.

HSL color Cylindrical-coordinate representation of color #09123B: hue angle of 229.2º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09123B is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB91859-
CMYK0.850.6900.77
HSL229.2º73.53%13.33%-
HSV(B)229.2º84.75%23.14%-
XYZ1.120.814.23-
YUV19.98150.02120.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.47%
GREEN value IS 18 (7.42% from 255) = 20.93%
BLUE value IS 59 (23.44% from 255) = 68.60%
R=10.47%
G=20.93%
B=68.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal918590.850.6900.77229.273.5313.33
Hex9123B554504De54ad
Octal112273125105011534511215
Binary10011001011101110101011000101010011011110010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09123B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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