Shades of Medium Blue #131CCF
Tints of Medium Blue #131CCF
RGB
CMYK
RGB Variations
Color information
#131CCF (or 0x131CCF) is known color: Medium Blue. HEX triplet: 13, 1C and CF. RGB value is (19,28,207). Sum of RGB (Red+Green+Blue) = 19+28+207=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 207 (81.25% from 255 or 81.50% from 254); Max value from RGB is 207 - color contains mainly: blue. Hex color #131CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131CCF is #ECE330. Grayscale: #2C2C2C. Windows color (decimal): -15524657 or 13573139. OLE color: 13573139.
HSL color Cylindrical-coordinate representation of color #131CCF: hue angle of 237.13º 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 #131CCF is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 28 | 207 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.19 |
| HSL | 237.13º | 0.83% | 0.44% | - |
| HSV(B) | 237.13º | 0.91% | 0.81% | - |
| XYZ | 11.95 | 5.47 | 59.46 | - |
| YUV | 45.72 | 219.02 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 207 | 0.91 | 0.86 | 0 | 0.19 | 237.13 | 0.83 | 0.44 |
| Hex | 13 | 1C | CF | 5B | 56 | 0 | 13 | ED | 53 | 2C |
| Octal | 23 | 34 | 317 | 133 | 126 | 0 | 23 | 355 | 123 | 54 |
| Binary | 10011 | 11100 | 11001111 | 1011011 | 1010110 | 0 | 10011 | 11101101 | 1010011 | 101100 |
Color Harmonies of #131CCF
Complementary color
Monochromatic Colors of #131CCF
Black with #131CCF
Text Example
Text Example
White with #131CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131CCF; }
p { color: rgb(19,28,207); }
H1.HeaderClassName
{
color: #131CCF;
}
.AnyTagClassName
{
color: #131CCF;
}
</style>
background-color css
<style>
a { background-color: #131CCF; }
a { background-color: rgb(19,28,207); }
div.DivClassName
{
background-color: #131CCF;
}
.BgClassName
{
background-color: #131CCF;
}
</style>
border-color css
<style>
span { border-color: #131CCF; }
span { border-color: rgb(19,28,207); }
td.TdClassName
{
border-color: #131CCF;
}
.TagClassName
{
border-color: #131CCF;
}
</style>