#0D2244

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

Shades of Midnight Express #0D2244

Tints of Midnight Express #0D2244

Color information

#0D2244 (or 0x0D2244) is unknown color: approx Midnight Express. HEX triplet: 0D, 22 and 44. RGB value is (13,34,68). Sum of RGB (Red+Green+Blue) = 13+34+68=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 68 (26.95% from 255 or 59.13% from 115); Max value from RGB is 68 - color contains mainly: blue. Hex color #0D2244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2244 is #F2DDBB. Grayscale: #1F1F1F. Windows color (decimal): -15916476 or 4465165. OLE color: 4465165.

HSL color Cylindrical-coordinate representation of color #0D2244: hue angle of 217.09º degrees, saturation: 0.68, 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 #0D2244 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB133468-
CMYK0.810.5000.73
HSL217.09º67.9%15.88%-
HSV(B)217.09º80.88%26.67%-
XYZ1.781.655.69-
YUV31.6148.54114.74-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.30%
GREEN value IS 34 (13.67% from 255) = 29.57%
BLUE value IS 68 (26.95% from 255) = 59.13%
R=11.30%
G=29.57%
B=59.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1334680.810.5000.73217.0967.915.88
HexD22445132049d94410
Octal154210412162011133110420
Binary1101100010100010010100011100100100100111011001100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,34,68); }

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

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

 a { background-color: rgb(13,34,68); }

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

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

 span { border-color: rgb(13,34,68); }

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