#0D093E

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

Shades of Midnight Express #0D093E

Tints of Midnight Express #0D093E

Color information

#0D093E (or 0x0D093E) is unknown color: approx Midnight Express. HEX triplet: 0D, 09 and 3E. RGB value is (13,9,62). Sum of RGB (Red+Green+Blue) = 13+9+62=84 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.48% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 62 (24.61% from 255 or 73.81% from 84); Max value from RGB is 62 - color contains mainly: blue. Hex color #0D093E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D093E is #F2F6C1. Grayscale: #101010. Windows color (decimal): -15922882 or 4065549. OLE color: 4065549.

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

Color convert

RGB13962-
CMYK0.790.8500.76
HSL244.53º74.65%13.92%-
HSV(B)244.53º85.48%24.31%-
XYZ1.130.634.62-
YUV16.24153.83125.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.48%
GREEN value IS 9 (3.91% from 255) = 10.71%
BLUE value IS 62 (24.61% from 255) = 73.81%
R=15.48%
G=10.71%
B=73.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal139620.790.8500.76244.5374.6513.92
HexD93E4F5504Cf54be
Octal151176117125011436511316
Binary1101100111111010011111010101010011001111010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D093E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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