Shades of Medium Blue #131BC9
Tints of Medium Blue #131BC9
RGB
CMYK
RGB Variations
Color information
#131BC9 (or 0x131BC9) is known color: Medium Blue. HEX triplet: 13, 1B and C9. RGB value is (19,27,201). Sum of RGB (Red+Green+Blue) = 19+27+201=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 201 (78.91% from 255 or 81.38% from 247); Max value from RGB is 201 - color contains mainly: blue. Hex color #131BC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131BC9 is #ECE436. Grayscale: #2B2B2B. Windows color (decimal): -15524919 or 13179667. OLE color: 13179667.
HSL color Cylindrical-coordinate representation of color #131BC9: hue angle of 237.36º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131BC9 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 27 | 201 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.21 |
| HSL | 237.36º | 0.83% | 0.43% | - |
| HSV(B) | 237.36º | 0.91% | 0.79% | - |
| XYZ | 11.2 | 5.14 | 55.66 | - |
| YUV | 44.44 | 216.35 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 201 | 0.91 | 0.87 | 0 | 0.21 | 237.36 | 0.83 | 0.43 |
| Hex | 13 | 1B | C9 | 5B | 57 | 0 | 15 | ED | 53 | 2B |
| Octal | 23 | 33 | 311 | 133 | 127 | 0 | 25 | 355 | 123 | 53 |
| Binary | 10011 | 11011 | 11001001 | 1011011 | 1010111 | 0 | 10101 | 11101101 | 1010011 | 101011 |
Color Harmonies of #131BC9
Complementary color
Monochromatic Colors of #131BC9
Black with #131BC9
Text Example
Text Example
White with #131BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131BC9; }
p { color: rgb(19,27,201); }
H1.HeaderClassName
{
color: #131BC9;
}
.AnyTagClassName
{
color: #131BC9;
}
</style>
background-color css
<style>
a { background-color: #131BC9; }
a { background-color: rgb(19,27,201); }
div.DivClassName
{
background-color: #131BC9;
}
.BgClassName
{
background-color: #131BC9;
}
</style>
border-color css
<style>
span { border-color: #131BC9; }
span { border-color: rgb(19,27,201); }
td.TdClassName
{
border-color: #131BC9;
}
.TagClassName
{
border-color: #131BC9;
}
</style>