Shades of Midnight Blue #0D227F
Tints of Midnight Blue #0D227F
RGB
CMYK
RGB Variations
Color information
#0D227F (or 0x0D227F) is known color: Midnight Blue. HEX triplet: 0D, 22 and 7F. RGB value is (13,34,127). Sum of RGB (Red+Green+Blue) = 13+34+127=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 127 (50% from 255 or 72.99% from 174); Max value from RGB is 127 - color contains mainly: blue. Hex color #0D227F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D227F is #F2DD80. Grayscale: #252525. Windows color (decimal): -15916417 or 8331789. OLE color: 8331789.
HSL color Cylindrical-coordinate representation of color #0D227F: hue angle of 228.95º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D227F is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 13 | 34 | 127 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.50 |
| HSL | 228.95º | 0.81% | 0.27% | - |
| HSV(B) | 228.95º | 0.9% | 0.5% | - |
| XYZ | 4.57 | 2.76 | 20.37 | - |
| YUV | 38.32 | 178.04 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 34 | 127 | 0.90 | 0.73 | 0 | 0.50 | 228.95 | 0.81 | 0.27 |
| Hex | D | 22 | 7F | 5A | 49 | 0 | 32 | E5 | 51 | 1B |
| Octal | 15 | 42 | 177 | 132 | 111 | 0 | 62 | 345 | 121 | 33 |
| Binary | 1101 | 100010 | 1111111 | 1011010 | 1001001 | 0 | 110010 | 11100101 | 1010001 | 11011 |
Color Harmonies of #0D227F
Complementary color
Monochromatic Colors of #0D227F
Black with #0D227F
Text Example
Text Example
White with #0D227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D227F; }
p { color: rgb(13,34,127); }
H1.HeaderClassName
{
color: #0D227F;
}
.AnyTagClassName
{
color: #0D227F;
}
</style>
background-color css
<style>
a { background-color: #0D227F; }
a { background-color: rgb(13,34,127); }
div.DivClassName
{
background-color: #0D227F;
}
.BgClassName
{
background-color: #0D227F;
}
</style>
border-color css
<style>
span { border-color: #0D227F; }
span { border-color: rgb(13,34,127); }
td.TdClassName
{
border-color: #0D227F;
}
.TagClassName
{
border-color: #0D227F;
}
</style>