#0D1334

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

Shades of Midnight Express #0D1334

Tints of Midnight Express #0D1334

Color information

#0D1334 (or 0x0D1334) is unknown color: approx Midnight Express. HEX triplet: 0D, 13 and 34. RGB value is (13,19,52). Sum of RGB (Red+Green+Blue) = 13+19+52=84 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.48% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 52 (20.70% from 255 or 61.90% from 84); Max value from RGB is 52 - color contains mainly: blue. Hex color #0D1334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1334 is #F2ECCB. Grayscale: #141414. Windows color (decimal): -15920332 or 3412749. OLE color: 3412749.

HSL color Cylindrical-coordinate representation of color #0D1334: hue angle of 230.77º degrees, saturation: 0.6, 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 #0D1334 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB131952-
CMYK0.750.6300.80
HSL230.77º60%12.75%-
HSV(B)230.77º75%20.39%-
XYZ1.020.83.35-
YUV20.97145.51122.32-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.48%
GREEN value IS 19 (7.81% from 255) = 22.62%
BLUE value IS 52 (20.70% from 255) = 61.90%
R=15.48%
G=22.62%
B=61.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1319520.750.6300.80230.776012.75
HexD13344B3F050e73cd
Octal1523641137701203477415
Binary110110011110100100101111111101010000111001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,19,52); }

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

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

 a { background-color: rgb(13,19,52); }

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

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

 span { border-color: rgb(13,19,52); }

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