Shades of Midnight Blue #13237C
Tints of Midnight Blue #13237C
RGB
CMYK
RGB Variations
Color information
#13237C (or 0x13237C) is known color: Midnight Blue. HEX triplet: 13, 23 and 7C. RGB value is (19,35,124). Sum of RGB (Red+Green+Blue) = 19+35+124=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 124 (48.83% from 255 or 69.66% from 178); Max value from RGB is 124 - color contains mainly: blue. Hex color #13237C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13237C is #ECDC83. Grayscale: #272727. Windows color (decimal): -15522948 or 8135443. OLE color: 8135443.
HSL color Cylindrical-coordinate representation of color #13237C: hue angle of 230.86º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13237C is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 35 | 124 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.51 |
| HSL | 230.86º | 0.73% | 0.28% | - |
| HSV(B) | 230.86º | 0.85% | 0.49% | - |
| XYZ | 4.51 | 2.8 | 19.37 | - |
| YUV | 40.36 | 175.2 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 124 | 0.85 | 0.72 | 0 | 0.51 | 230.86 | 0.73 | 0.28 |
| Hex | 13 | 23 | 7C | 55 | 48 | 0 | 33 | E7 | 49 | 1C |
| Octal | 23 | 43 | 174 | 125 | 110 | 0 | 63 | 347 | 111 | 34 |
| Binary | 10011 | 100011 | 1111100 | 1010101 | 1001000 | 0 | 110011 | 11100111 | 1001001 | 11100 |
Color Harmonies of #13237C
Complementary color
Monochromatic Colors of #13237C
Black with #13237C
Text Example
Text Example
White with #13237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13237C; }
p { color: rgb(19,35,124); }
H1.HeaderClassName
{
color: #13237C;
}
.AnyTagClassName
{
color: #13237C;
}
</style>
background-color css
<style>
a { background-color: #13237C; }
a { background-color: rgb(19,35,124); }
div.DivClassName
{
background-color: #13237C;
}
.BgClassName
{
background-color: #13237C;
}
</style>
border-color css
<style>
span { border-color: #13237C; }
span { border-color: rgb(19,35,124); }
td.TdClassName
{
border-color: #13237C;
}
.TagClassName
{
border-color: #13237C;
}
</style>