#0D194D

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

Shades of Midnight Express #0D194D

Tints of Midnight Express #0D194D

Color information

#0D194D (or 0x0D194D) is unknown color: approx Midnight Express. HEX triplet: 0D, 19 and 4D. RGB value is (13,25,77). Sum of RGB (Red+Green+Blue) = 13+25+77=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D194D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D194D is #F2E6B2. Grayscale: #1B1B1B. Windows color (decimal): -15918771 or 5052685. OLE color: 5052685.

HSL color Cylindrical-coordinate representation of color #0D194D: hue angle of 228.75º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D194D is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB132577-
CMYK0.830.6800.70
HSL228.75º71.11%17.65%-
HSV(B)228.75º83.12%30.2%-
XYZ1.851.327.18-
YUV27.34156.02117.77-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.30%
GREEN value IS 25 (10.16% from 255) = 21.74%
BLUE value IS 77 (30.47% from 255) = 66.96%
R=11.30%
G=21.74%
B=66.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1325770.830.6800.70228.7571.1117.65
HexD194D5344046e54712
Octal1531115123104010634510722
Binary1101110011001101101001110001000100011011100101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,25,77); }

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

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

 a { background-color: rgb(13,25,77); }

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

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

 span { border-color: rgb(13,25,77); }

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