Shades of Midnight Blue #130F7B
Tints of Midnight Blue #130F7B
RGB
CMYK
RGB Variations
Color information
#130F7B (or 0x130F7B) is known color: Midnight Blue. HEX triplet: 13, 0F and 7B. RGB value is (19,15,123). Sum of RGB (Red+Green+Blue) = 19+15+123=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 123 (48.44% from 255 or 78.34% from 157); Max value from RGB is 123 - color contains mainly: blue. Hex color #130F7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130F7B is #ECF084. Grayscale: #1C1C1C. Windows color (decimal): -15528069 or 8064787. OLE color: 8064787.
HSL color Cylindrical-coordinate representation of color #130F7B: hue angle of 242.22º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130F7B is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 15 | 123 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.52 |
| HSL | 242.22º | 0.78% | 0.27% | - |
| HSV(B) | 242.22º | 0.88% | 0.48% | - |
| XYZ | 4.01 | 1.91 | 18.9 | - |
| YUV | 28.51 | 181.33 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 123 | 0.85 | 0.88 | 0 | 0.52 | 242.22 | 0.78 | 0.27 |
| Hex | 13 | F | 7B | 55 | 58 | 0 | 34 | F2 | 4E | 1B |
| Octal | 23 | 17 | 173 | 125 | 130 | 0 | 64 | 362 | 116 | 33 |
| Binary | 10011 | 1111 | 1111011 | 1010101 | 1011000 | 0 | 110100 | 11110010 | 1001110 | 11011 |
Color Harmonies of #130F7B
Complementary color
Monochromatic Colors of #130F7B
Black with #130F7B
Text Example
Text Example
White with #130F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130F7B; }
p { color: rgb(19,15,123); }
H1.HeaderClassName
{
color: #130F7B;
}
.AnyTagClassName
{
color: #130F7B;
}
</style>
background-color css
<style>
a { background-color: #130F7B; }
a { background-color: rgb(19,15,123); }
div.DivClassName
{
background-color: #130F7B;
}
.BgClassName
{
background-color: #130F7B;
}
</style>
border-color css
<style>
span { border-color: #130F7B; }
span { border-color: rgb(19,15,123); }
td.TdClassName
{
border-color: #130F7B;
}
.TagClassName
{
border-color: #130F7B;
}
</style>