#0D2146

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

Shades of Midnight Express #0D2146

Tints of Midnight Express #0D2146

Color information

#0D2146 (or 0x0D2146) is unknown color: approx Midnight Express. HEX triplet: 0D, 21 and 46. RGB value is (13,33,70). Sum of RGB (Red+Green+Blue) = 13+33+70=116 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.21% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 70 (27.73% from 255 or 60.34% from 116); Max value from RGB is 70 - color contains mainly: blue. Hex color #0D2146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2146 is #F2DEB9. Grayscale: #1F1F1F. Windows color (decimal): -15916730 or 4595981. OLE color: 4595981.

HSL color Cylindrical-coordinate representation of color #0D2146: hue angle of 218.95º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D2146 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB133370-
CMYK0.810.5300.73
HSL218.95º68.67%16.27%-
HSV(B)218.95º81.43%27.45%-
XYZ1.821.626.01-
YUV31.24149.87114.99-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.21%
GREEN value IS 33 (13.28% from 255) = 28.45%
BLUE value IS 70 (27.73% from 255) = 60.34%
R=11.21%
G=28.45%
B=60.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1333700.810.5300.73218.9568.6716.27
HexD21465135049db4510
Octal154110612165011133310520
Binary1101100001100011010100011101010100100111011011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,33,70); }

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

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

 a { background-color: rgb(13,33,70); }

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

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

 span { border-color: rgb(13,33,70); }

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