Shades of Medium Blue #131ACE
Tints of Medium Blue #131ACE
RGB
CMYK
RGB Variations
Color information
#131ACE (or 0x131ACE) is known color: Medium Blue. HEX triplet: 13, 1A and CE. RGB value is (19,26,206). Sum of RGB (Red+Green+Blue) = 19+26+206=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 206 (80.86% from 255 or 82.07% from 251); Max value from RGB is 206 - color contains mainly: blue. Hex color #131ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131ACE is #ECE531. Grayscale: #2B2B2B. Windows color (decimal): -15525170 or 13507091. OLE color: 13507091.
HSL color Cylindrical-coordinate representation of color #131ACE: hue angle of 237.75º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131ACE is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 26 | 206 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.19 |
| HSL | 237.75º | 0.83% | 0.44% | - |
| HSV(B) | 237.75º | 0.91% | 0.81% | - |
| XYZ | 11.78 | 5.33 | 58.8 | - |
| YUV | 44.43 | 219.18 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 206 | 0.91 | 0.87 | 0 | 0.19 | 237.75 | 0.83 | 0.44 |
| Hex | 13 | 1A | CE | 5B | 57 | 0 | 13 | EE | 53 | 2C |
| Octal | 23 | 32 | 316 | 133 | 127 | 0 | 23 | 356 | 123 | 54 |
| Binary | 10011 | 11010 | 11001110 | 1011011 | 1010111 | 0 | 10011 | 11101110 | 1010011 | 101100 |
Color Harmonies of #131ACE
Complementary color
Monochromatic Colors of #131ACE
Black with #131ACE
Text Example
Text Example
White with #131ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131ACE; }
p { color: rgb(19,26,206); }
H1.HeaderClassName
{
color: #131ACE;
}
.AnyTagClassName
{
color: #131ACE;
}
</style>
background-color css
<style>
a { background-color: #131ACE; }
a { background-color: rgb(19,26,206); }
div.DivClassName
{
background-color: #131ACE;
}
.BgClassName
{
background-color: #131ACE;
}
</style>
border-color css
<style>
span { border-color: #131ACE; }
span { border-color: rgb(19,26,206); }
td.TdClassName
{
border-color: #131ACE;
}
.TagClassName
{
border-color: #131ACE;
}
</style>