Shades of Midnight Express #0D234A
Tints of Midnight Express #0D234A
RGB
CMYK
RGB Variations
Color information
#0D234A (or 0x0D234A) is known color: Midnight Express. HEX triplet: 0D, 23 and 4A. RGB value is (13,35,74). Sum of RGB (Red+Green+Blue) = 13+35+74=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 74 (29.30% from 255 or 60.66% from 122); Max value from RGB is 74 - color contains mainly: blue. Hex color #0D234A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D234A is #F2DCB5. Grayscale: #202020. Windows color (decimal): -15916214 or 4858637. OLE color: 4858637.
HSL color Cylindrical-coordinate representation of color #0D234A: hue angle of 218.36º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D234A is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 35 | 74 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.71 |
| HSL | 218.36º | 0.7% | 0.17% | - |
| HSV(B) | 218.36º | 0.82% | 0.29% | - |
| XYZ | 2 | 1.78 | 6.72 | - |
| YUV | 32.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 35 | 74 | 0.82 | 0.53 | 0 | 0.71 | 218.36 | 0.7 | 0.17 |
| Hex | D | 23 | 4A | 52 | 35 | 0 | 47 | DA | 46 | 11 |
| Octal | 15 | 43 | 112 | 122 | 65 | 0 | 107 | 332 | 106 | 21 |
| Binary | 1101 | 100011 | 1001010 | 1010010 | 110101 | 0 | 1000111 | 11011010 | 1000110 | 10001 |
Color Harmonies of #0D234A
Complementary color
Monochromatic Colors of #0D234A
Black with #0D234A
Text Example
Text Example
White with #0D234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D234A; }
p { color: rgb(13,35,74); }
H1.HeaderClassName
{
color: #0D234A;
}
.AnyTagClassName
{
color: #0D234A;
}
</style>
background-color css
<style>
a { background-color: #0D234A; }
a { background-color: rgb(13,35,74); }
div.DivClassName
{
background-color: #0D234A;
}
.BgClassName
{
background-color: #0D234A;
}
</style>
border-color css
<style>
span { border-color: #0D234A; }
span { border-color: rgb(13,35,74); }
td.TdClassName
{
border-color: #0D234A;
}
.TagClassName
{
border-color: #0D234A;
}
</style>