Shades of Midnight Blue #130267
Tints of Midnight Blue #130267
RGB
CMYK
RGB Variations
Color information
#130267 (or 0x130267) is known color: Midnight Blue. HEX triplet: 13, 02 and 67. RGB value is (19,2,103). Sum of RGB (Red+Green+Blue) = 19+2+103=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 103 (40.62% from 255 or 83.06% from 124); Max value from RGB is 103 - color contains mainly: blue. Hex color #130267 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130267 is #ECFD98. Grayscale: #121212. Windows color (decimal): -15531417 or 6750739. OLE color: 6750739.
HSL color Cylindrical-coordinate representation of color #130267: hue angle of 250.1º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130267 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 2 | 103 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.60 |
| HSL | 250.1º | 0.96% | 0.21% | - |
| HSV(B) | 250.1º | 0.98% | 0.4% | - |
| XYZ | 2.74 | 1.16 | 12.91 | - |
| YUV | 18.6 | 175.63 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 103 | 0.82 | 0.98 | 0 | 0.60 | 250.1 | 0.96 | 0.21 |
| Hex | 13 | 2 | 67 | 52 | 62 | 0 | 3C | FA | 60 | 15 |
| Octal | 23 | 2 | 147 | 122 | 142 | 0 | 74 | 372 | 140 | 25 |
| Binary | 10011 | 10 | 1100111 | 1010010 | 1100010 | 0 | 111100 | 11111010 | 1100000 | 10101 |
Color Harmonies of #130267
Complementary color
Monochromatic Colors of #130267
Black with #130267
Text Example
Text Example
White with #130267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130267; }
p { color: rgb(19,2,103); }
H1.HeaderClassName
{
color: #130267;
}
.AnyTagClassName
{
color: #130267;
}
</style>
background-color css
<style>
a { background-color: #130267; }
a { background-color: rgb(19,2,103); }
div.DivClassName
{
background-color: #130267;
}
.BgClassName
{
background-color: #130267;
}
</style>
border-color css
<style>
span { border-color: #130267; }
span { border-color: rgb(19,2,103); }
td.TdClassName
{
border-color: #130267;
}
.TagClassName
{
border-color: #130267;
}
</style>