Shades of Midnight Blue #13137B
Tints of Midnight Blue #13137B
RGB
CMYK
RGB Variations
Color information
#13137B (or 0x13137B) is known color: Midnight Blue. HEX triplet: 13, 13 and 7B. RGB value is (19,19,123). Sum of RGB (Red+Green+Blue) = 19+19+123=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 123 (48.44% from 255 or 76.40% from 161); Max value from RGB is 123 - color contains mainly: blue. Hex color #13137B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13137B is #ECEC84. Grayscale: #1E1E1E. Windows color (decimal): -15527045 or 8065811. OLE color: 8065811.
HSL color Cylindrical-coordinate representation of color #13137B: hue angle of 240º 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 #13137B is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 19 | 123 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.52 |
| HSL | 240º | 0.73% | 0.28% | - |
| HSV(B) | 240º | 0.85% | 0.48% | - |
| XYZ | 4.08 | 2.03 | 18.92 | - |
| YUV | 30.86 | 180 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 123 | 0.85 | 0.85 | 0 | 0.52 | 240 | 0.73 | 0.28 |
| Hex | 13 | 13 | 7B | 55 | 55 | 0 | 34 | F0 | 49 | 1C |
| Octal | 23 | 23 | 173 | 125 | 125 | 0 | 64 | 360 | 111 | 34 |
| Binary | 10011 | 10011 | 1111011 | 1010101 | 1010101 | 0 | 110100 | 11110000 | 1001001 | 11100 |
Color Harmonies of #13137B
Complementary color
Monochromatic Colors of #13137B
Black with #13137B
Text Example
Text Example
White with #13137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13137B; }
p { color: rgb(19,19,123); }
H1.HeaderClassName
{
color: #13137B;
}
.AnyTagClassName
{
color: #13137B;
}
</style>
background-color css
<style>
a { background-color: #13137B; }
a { background-color: rgb(19,19,123); }
div.DivClassName
{
background-color: #13137B;
}
.BgClassName
{
background-color: #13137B;
}
</style>
border-color css
<style>
span { border-color: #13137B; }
span { border-color: rgb(19,19,123); }
td.TdClassName
{
border-color: #13137B;
}
.TagClassName
{
border-color: #13137B;
}
</style>