Shades of Midnight Blue #0D2385
Tints of Midnight Blue #0D2385
RGB
CMYK
RGB Variations
Color information
#0D2385 (or 0x0D2385) is known color: Midnight Blue. HEX triplet: 0D, 23 and 85. RGB value is (13,35,133). Sum of RGB (Red+Green+Blue) = 13+35+133=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 133 (52.34% from 255 or 73.48% from 181); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D2385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2385 is #F2DC7A. Grayscale: #272727. Windows color (decimal): -15916155 or 8725261. OLE color: 8725261.
HSL color Cylindrical-coordinate representation of color #0D2385: hue angle of 229º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D2385 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 35 | 133 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.48 |
| HSL | 229º | 0.82% | 0.29% | - |
| HSV(B) | 229º | 0.9% | 0.52% | - |
| XYZ | 5 | 2.98 | 22.5 | - |
| YUV | 39.59 | 180.71 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 35 | 133 | 0.90 | 0.74 | 0 | 0.48 | 229 | 0.82 | 0.29 |
| Hex | D | 23 | 85 | 5A | 4A | 0 | 30 | E5 | 52 | 1D |
| Octal | 15 | 43 | 205 | 132 | 112 | 0 | 60 | 345 | 122 | 35 |
| Binary | 1101 | 100011 | 10000101 | 1011010 | 1001010 | 0 | 110000 | 11100101 | 1010010 | 11101 |
Color Harmonies of #0D2385
Complementary color
Monochromatic Colors of #0D2385
Black with #0D2385
Text Example
Text Example
White with #0D2385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2385; }
p { color: rgb(13,35,133); }
H1.HeaderClassName
{
color: #0D2385;
}
.AnyTagClassName
{
color: #0D2385;
}
</style>
background-color css
<style>
a { background-color: #0D2385; }
a { background-color: rgb(13,35,133); }
div.DivClassName
{
background-color: #0D2385;
}
.BgClassName
{
background-color: #0D2385;
}
</style>
border-color css
<style>
span { border-color: #0D2385; }
span { border-color: rgb(13,35,133); }
td.TdClassName
{
border-color: #0D2385;
}
.TagClassName
{
border-color: #0D2385;
}
</style>