Shades of Midnight Blue #13247B
Tints of Midnight Blue #13247B
RGB
CMYK
RGB Variations
Color information
#13247B (or 0x13247B) is known color: Midnight Blue. HEX triplet: 13, 24 and 7B. RGB value is (19,36,123). Sum of RGB (Red+Green+Blue) = 19+36+123=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 123 (48.44% from 255 or 69.10% from 178); Max value from RGB is 123 - color contains mainly: blue. Hex color #13247B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13247B is #ECDB84. Grayscale: #282828. Windows color (decimal): -15522693 or 8070163. OLE color: 8070163.
HSL color Cylindrical-coordinate representation of color #13247B: hue angle of 230.19º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13247B is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 36 | 123 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.52 |
| HSL | 230.19º | 0.73% | 0.28% | - |
| HSV(B) | 230.19º | 0.85% | 0.48% | - |
| XYZ | 4.47 | 2.83 | 19.05 | - |
| YUV | 40.84 | 174.37 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 123 | 0.85 | 0.71 | 0 | 0.52 | 230.19 | 0.73 | 0.28 |
| Hex | 13 | 24 | 7B | 55 | 47 | 0 | 34 | E6 | 49 | 1C |
| Octal | 23 | 44 | 173 | 125 | 107 | 0 | 64 | 346 | 111 | 34 |
| Binary | 10011 | 100100 | 1111011 | 1010101 | 1000111 | 0 | 110100 | 11100110 | 1001001 | 11100 |
Color Harmonies of #13247B
Complementary color
Monochromatic Colors of #13247B
Black with #13247B
Text Example
Text Example
White with #13247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13247B; }
p { color: rgb(19,36,123); }
H1.HeaderClassName
{
color: #13247B;
}
.AnyTagClassName
{
color: #13247B;
}
</style>
background-color css
<style>
a { background-color: #13247B; }
a { background-color: rgb(19,36,123); }
div.DivClassName
{
background-color: #13247B;
}
.BgClassName
{
background-color: #13247B;
}
</style>
border-color css
<style>
span { border-color: #13247B; }
span { border-color: rgb(19,36,123); }
td.TdClassName
{
border-color: #13247B;
}
.TagClassName
{
border-color: #13247B;
}
</style>