Shades of Medium Blue #131AC8
Tints of Medium Blue #131AC8
RGB
CMYK
RGB Variations
Color information
#131AC8 (or 0x131AC8) is known color: Medium Blue. HEX triplet: 13, 1A and C8. RGB value is (19,26,200). Sum of RGB (Red+Green+Blue) = 19+26+200=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 200 (78.52% from 255 or 81.63% from 245); Max value from RGB is 200 - color contains mainly: blue. Hex color #131AC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131AC8 is #ECE537. Grayscale: #2B2B2B. Windows color (decimal): -15525176 or 13113875. OLE color: 13113875.
HSL color Cylindrical-coordinate representation of color #131AC8: hue angle of 237.68º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #131AC8 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 26 | 200 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.22 |
| HSL | 237.68º | 0.83% | 0.43% | - |
| HSV(B) | 237.68º | 0.91% | 0.78% | - |
| XYZ | 11.06 | 5.05 | 55.03 | - |
| YUV | 43.74 | 216.18 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 200 | 0.90 | 0.87 | 0 | 0.22 | 237.68 | 0.83 | 0.43 |
| Hex | 13 | 1A | C8 | 5A | 57 | 0 | 16 | EE | 53 | 2B |
| Octal | 23 | 32 | 310 | 132 | 127 | 0 | 26 | 356 | 123 | 53 |
| Binary | 10011 | 11010 | 11001000 | 1011010 | 1010111 | 0 | 10110 | 11101110 | 1010011 | 101011 |
Color Harmonies of #131AC8
Complementary color
Monochromatic Colors of #131AC8
Black with #131AC8
Text Example
Text Example
White with #131AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131AC8; }
p { color: rgb(19,26,200); }
H1.HeaderClassName
{
color: #131AC8;
}
.AnyTagClassName
{
color: #131AC8;
}
</style>
background-color css
<style>
a { background-color: #131AC8; }
a { background-color: rgb(19,26,200); }
div.DivClassName
{
background-color: #131AC8;
}
.BgClassName
{
background-color: #131AC8;
}
</style>
border-color css
<style>
span { border-color: #131AC8; }
span { border-color: rgb(19,26,200); }
td.TdClassName
{
border-color: #131AC8;
}
.TagClassName
{
border-color: #131AC8;
}
</style>