Shades of Midnight Blue #13267C
Tints of Midnight Blue #13267C
RGB
CMYK
RGB Variations
Color information
#13267C (or 0x13267C) is known color: Midnight Blue. HEX triplet: 13, 26 and 7C. RGB value is (19,38,124). Sum of RGB (Red+Green+Blue) = 19+38+124=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 124 (48.83% from 255 or 68.51% from 181); Max value from RGB is 124 - color contains mainly: blue. Hex color #13267C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13267C is #ECD983. Grayscale: #292929. Windows color (decimal): -15522180 or 8136211. OLE color: 8136211.
HSL color Cylindrical-coordinate representation of color #13267C: hue angle of 229.14º 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 #13267C is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 38 | 124 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.51 |
| HSL | 229.14º | 0.73% | 0.28% | - |
| HSV(B) | 229.14º | 0.85% | 0.49% | - |
| XYZ | 4.6 | 2.98 | 19.4 | - |
| YUV | 42.12 | 174.21 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 124 | 0.85 | 0.69 | 0 | 0.51 | 229.14 | 0.73 | 0.28 |
| Hex | 13 | 26 | 7C | 55 | 45 | 0 | 33 | E5 | 49 | 1C |
| Octal | 23 | 46 | 174 | 125 | 105 | 0 | 63 | 345 | 111 | 34 |
| Binary | 10011 | 100110 | 1111100 | 1010101 | 1000101 | 0 | 110011 | 11100101 | 1001001 | 11100 |
Color Harmonies of #13267C
Complementary color
Monochromatic Colors of #13267C
Black with #13267C
Text Example
Text Example
White with #13267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13267C; }
p { color: rgb(19,38,124); }
H1.HeaderClassName
{
color: #13267C;
}
.AnyTagClassName
{
color: #13267C;
}
</style>
background-color css
<style>
a { background-color: #13267C; }
a { background-color: rgb(19,38,124); }
div.DivClassName
{
background-color: #13267C;
}
.BgClassName
{
background-color: #13267C;
}
</style>
border-color css
<style>
span { border-color: #13267C; }
span { border-color: rgb(19,38,124); }
td.TdClassName
{
border-color: #13267C;
}
.TagClassName
{
border-color: #13267C;
}
</style>