Shades of Midnight Blue #13065B
Tints of Midnight Blue #13065B
RGB
CMYK
RGB Variations
Color information
#13065B (or 0x13065B) is known color: Midnight Blue. HEX triplet: 13, 06 and 5B. RGB value is (19,6,91). Sum of RGB (Red+Green+Blue) = 19+6+91=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 91 (35.94% from 255 or 78.45% from 116); Max value from RGB is 91 - color contains mainly: blue. Hex color #13065B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13065B is #ECF9A4. Grayscale: #131313. Windows color (decimal): -15530405 or 5965331. OLE color: 5965331.
HSL color Cylindrical-coordinate representation of color #13065B: hue angle of 249.18º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13065B is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 6 | 91 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.64 |
| HSL | 249.18º | 0.88% | 0.19% | - |
| HSV(B) | 249.18º | 0.93% | 0.36% | - |
| XYZ | 2.22 | 1.02 | 9.98 | - |
| YUV | 19.58 | 168.31 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 91 | 0.79 | 0.93 | 0 | 0.64 | 249.18 | 0.88 | 0.19 |
| Hex | 13 | 6 | 5B | 4F | 5D | 0 | 40 | F9 | 58 | 13 |
| Octal | 23 | 6 | 133 | 117 | 135 | 0 | 100 | 371 | 130 | 23 |
| Binary | 10011 | 110 | 1011011 | 1001111 | 1011101 | 0 | 1000000 | 11111001 | 1011000 | 10011 |
Color Harmonies of #13065B
Complementary color
Monochromatic Colors of #13065B
Black with #13065B
Text Example
Text Example
White with #13065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13065B; }
p { color: rgb(19,6,91); }
H1.HeaderClassName
{
color: #13065B;
}
.AnyTagClassName
{
color: #13065B;
}
</style>
background-color css
<style>
a { background-color: #13065B; }
a { background-color: rgb(19,6,91); }
div.DivClassName
{
background-color: #13065B;
}
.BgClassName
{
background-color: #13065B;
}
</style>
border-color css
<style>
span { border-color: #13065B; }
span { border-color: rgb(19,6,91); }
td.TdClassName
{
border-color: #13065B;
}
.TagClassName
{
border-color: #13065B;
}
</style>