#0D203E

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

Shades of Midnight Express #0D203E

Tints of Midnight Express #0D203E

Color information

#0D203E (or 0x0D203E) is unknown color: approx Midnight Express. HEX triplet: 0D, 20 and 3E. RGB value is (13,32,62). Sum of RGB (Red+Green+Blue) = 13+32+62=107 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.15% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 62 (24.61% from 255 or 57.94% from 107); Max value from RGB is 62 - color contains mainly: blue. Hex color #0D203E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D203E is #F2DFC1. Grayscale: #1D1D1D. Windows color (decimal): -15916994 or 4071437. OLE color: 4071437.

HSL color Cylindrical-coordinate representation of color #0D203E: hue angle of 216.73º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D203E is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB133262-
CMYK0.790.4800.76
HSL216.73º65.33%14.71%-
HSV(B)216.73º79.03%24.31%-
XYZ1.551.474.76-
YUV29.74146.21116.06-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.15%
GREEN value IS 32 (12.89% from 255) = 29.91%
BLUE value IS 62 (24.61% from 255) = 57.94%
R=12.15%
G=29.91%
B=57.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1332620.790.4800.76216.7365.3314.71
HexD203E4F3004Cd941f
Octal15407611760011433110117
Binary11011000001111101001111110000010011001101100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,32,62); }

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

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

 a { background-color: rgb(13,32,62); }

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

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

 span { border-color: rgb(13,32,62); }

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