Shades of Midnight #0D264B
Tints of Midnight #0D264B
RGB
CMYK
RGB Variations
Color information
#0D264B (or 0x0D264B) is known color: Midnight. HEX triplet: 0D, 26 and 4B. RGB value is (13,38,75). Sum of RGB (Red+Green+Blue) = 13+38+75=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 75 (29.69% from 255 or 59.52% from 126); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D264B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D264B is #F2D9B4. Grayscale: #222222. Windows color (decimal): -15915445 or 4924941. OLE color: 4924941.
HSL color Cylindrical-coordinate representation of color #0D264B: hue angle of 215.81º 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 #0D264B is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 38 | 75 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.71 |
| HSL | 215.81º | 0.7% | 0.17% | - |
| HSV(B) | 215.81º | 0.83% | 0.29% | - |
| XYZ | 2.13 | 1.98 | 6.93 | - |
| YUV | 34.74 | 150.72 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 38 | 75 | 0.83 | 0.49 | 0 | 0.71 | 215.81 | 0.7 | 0.17 |
| Hex | D | 26 | 4B | 53 | 31 | 0 | 47 | D8 | 46 | 11 |
| Octal | 15 | 46 | 113 | 123 | 61 | 0 | 107 | 330 | 106 | 21 |
| Binary | 1101 | 100110 | 1001011 | 1010011 | 110001 | 0 | 1000111 | 11011000 | 1000110 | 10001 |
Color Harmonies of #0D264B
Complementary color
Monochromatic Colors of #0D264B
Black with #0D264B
Text Example
Text Example
White with #0D264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D264B; }
p { color: rgb(13,38,75); }
H1.HeaderClassName
{
color: #0D264B;
}
.AnyTagClassName
{
color: #0D264B;
}
</style>
background-color css
<style>
a { background-color: #0D264B; }
a { background-color: rgb(13,38,75); }
div.DivClassName
{
background-color: #0D264B;
}
.BgClassName
{
background-color: #0D264B;
}
</style>
border-color css
<style>
span { border-color: #0D264B; }
span { border-color: rgb(13,38,75); }
td.TdClassName
{
border-color: #0D264B;
}
.TagClassName
{
border-color: #0D264B;
}
</style>