#0D1233

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

Shades of Midnight Express #0D1233

Tints of Midnight Express #0D1233

Color information

#0D1233 (or 0x0D1233) is unknown color: approx Midnight Express. HEX triplet: 0D, 12 and 33. RGB value is (13,18,51). Sum of RGB (Red+Green+Blue) = 13+18+51=82 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.85% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 51 (20.31% from 255 or 62.20% from 82); Max value from RGB is 51 - color contains mainly: blue. Hex color #0D1233 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1233 is #F2EDCC. Grayscale: #141414. Windows color (decimal): -15920589 or 3346957. OLE color: 3346957.

HSL color Cylindrical-coordinate representation of color #0D1233: hue angle of 232.11º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D1233 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB131851-
CMYK0.750.6500.8
HSL232.11º59.38%12.55%-
HSV(B)232.11º74.51%20%-
XYZ0.980.763.23-
YUV20.27145.34122.82-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.85%
GREEN value IS 18 (7.42% from 255) = 21.95%
BLUE value IS 51 (20.31% from 255) = 62.20%
R=15.85%
G=21.95%
B=62.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1318510.750.6500.8232.1159.3812.55
HexD12334B41050e83bd
Octal15226311310101203507315
Binary1101100101100111001011100000101010000111010001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D1233; }

 p { color: rgb(13,18,51); }

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

<style>
 a { background-color: #0D1233; }

 a { background-color: rgb(13,18,51); }

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

<style>
 span { border-color: #0D1233; }

 span { border-color: rgb(13,18,51); }

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