Shades of Medium Blue #131ACF
Tints of Medium Blue #131ACF
RGB
CMYK
RGB Variations
Color information
#131ACF (or 0x131ACF) is known color: Medium Blue. HEX triplet: 13, 1A and CF. RGB value is (19,26,207). Sum of RGB (Red+Green+Blue) = 19+26+207=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 207 (81.25% from 255 or 82.14% from 252); Max value from RGB is 207 - color contains mainly: blue. Hex color #131ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131ACF is #ECE530. Grayscale: #2B2B2B. Windows color (decimal): -15525169 or 13572627. OLE color: 13572627.
HSL color Cylindrical-coordinate representation of color #131ACF: hue angle of 237.77º 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 #131ACF is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 26 | 207 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.19 |
| HSL | 237.77º | 0.83% | 0.44% | - |
| HSV(B) | 237.77º | 0.91% | 0.81% | - |
| XYZ | 11.9 | 5.38 | 59.44 | - |
| YUV | 44.54 | 219.68 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 207 | 0.91 | 0.87 | 0 | 0.19 | 237.77 | 0.83 | 0.44 |
| Hex | 13 | 1A | CF | 5B | 57 | 0 | 13 | EE | 53 | 2C |
| Octal | 23 | 32 | 317 | 133 | 127 | 0 | 23 | 356 | 123 | 54 |
| Binary | 10011 | 11010 | 11001111 | 1011011 | 1010111 | 0 | 10011 | 11101110 | 1010011 | 101100 |
Color Harmonies of #131ACF
Complementary color
Monochromatic Colors of #131ACF
Black with #131ACF
Text Example
Text Example
White with #131ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131ACF; }
p { color: rgb(19,26,207); }
H1.HeaderClassName
{
color: #131ACF;
}
.AnyTagClassName
{
color: #131ACF;
}
</style>
background-color css
<style>
a { background-color: #131ACF; }
a { background-color: rgb(19,26,207); }
div.DivClassName
{
background-color: #131ACF;
}
.BgClassName
{
background-color: #131ACF;
}
</style>
border-color css
<style>
span { border-color: #131ACF; }
span { border-color: rgb(19,26,207); }
td.TdClassName
{
border-color: #131ACF;
}
.TagClassName
{
border-color: #131ACF;
}
</style>