Shades of Midnight #0D254B
Tints of Midnight #0D254B
RGB
CMYK
RGB Variations
Color information
#0D254B (or 0x0D254B) is known color: Midnight. HEX triplet: 0D, 25 and 4B. RGB value is (13,37,75). Sum of RGB (Red+Green+Blue) = 13+37+75=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D254B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D254B is #F2DAB4. Grayscale: #212121. Windows color (decimal): -15915701 or 4924685. OLE color: 4924685.
HSL color Cylindrical-coordinate representation of color #0D254B: hue angle of 216.77º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D254B is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 37 | 75 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.71 |
| HSL | 216.77º | 0.7% | 0.17% | - |
| HSV(B) | 216.77º | 0.83% | 0.29% | - |
| XYZ | 2.1 | 1.92 | 6.92 | - |
| YUV | 34.16 | 151.05 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 75 | 0.83 | 0.51 | 0 | 0.71 | 216.77 | 0.7 | 0.17 |
| Hex | D | 25 | 4B | 53 | 33 | 0 | 47 | D9 | 46 | 11 |
| Octal | 15 | 45 | 113 | 123 | 63 | 0 | 107 | 331 | 106 | 21 |
| Binary | 1101 | 100101 | 1001011 | 1010011 | 110011 | 0 | 1000111 | 11011001 | 1000110 | 10001 |
Color Harmonies of #0D254B
Complementary color
Monochromatic Colors of #0D254B
Black with #0D254B
Text Example
Text Example
White with #0D254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D254B; }
p { color: rgb(13,37,75); }
H1.HeaderClassName
{
color: #0D254B;
}
.AnyTagClassName
{
color: #0D254B;
}
</style>
background-color css
<style>
a { background-color: #0D254B; }
a { background-color: rgb(13,37,75); }
div.DivClassName
{
background-color: #0D254B;
}
.BgClassName
{
background-color: #0D254B;
}
</style>
border-color css
<style>
span { border-color: #0D254B; }
span { border-color: rgb(13,37,75); }
td.TdClassName
{
border-color: #0D254B;
}
.TagClassName
{
border-color: #0D254B;
}
</style>