Shades of Medium Blue #131CDA
Tints of Medium Blue #131CDA
RGB
CMYK
RGB Variations
Color information
#131CDA (or 0x131CDA) is known color: Medium Blue. HEX triplet: 13, 1C and DA. RGB value is (19,28,218). Sum of RGB (Red+Green+Blue) = 19+28+218=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 218 (85.55% from 255 or 82.26% from 265); Max value from RGB is 218 - color contains mainly: blue. Hex color #131CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131CDA is #ECE325. Grayscale: #2E2E2E. Windows color (decimal): -15524646 or 14294035. OLE color: 14294035.
HSL color Cylindrical-coordinate representation of color #131CDA: hue angle of 237.29º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131CDA is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 28 | 218 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.15 |
| HSL | 237.29º | 0.84% | 0.46% | - |
| HSV(B) | 237.29º | 0.91% | 0.85% | - |
| XYZ | 13.34 | 6.03 | 66.79 | - |
| YUV | 46.97 | 224.52 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 218 | 0.91 | 0.87 | 0 | 0.15 | 237.29 | 0.84 | 0.46 |
| Hex | 13 | 1C | DA | 5B | 57 | 0 | F | ED | 54 | 2E |
| Octal | 23 | 34 | 332 | 133 | 127 | 0 | 17 | 355 | 124 | 56 |
| Binary | 10011 | 11100 | 11011010 | 1011011 | 1010111 | 0 | 1111 | 11101101 | 1010100 | 101110 |
Color Harmonies of #131CDA
Complementary color
Monochromatic Colors of #131CDA
Black with #131CDA
Text Example
Text Example
White with #131CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131CDA; }
p { color: rgb(19,28,218); }
H1.HeaderClassName
{
color: #131CDA;
}
.AnyTagClassName
{
color: #131CDA;
}
</style>
background-color css
<style>
a { background-color: #131CDA; }
a { background-color: rgb(19,28,218); }
div.DivClassName
{
background-color: #131CDA;
}
.BgClassName
{
background-color: #131CDA;
}
</style>
border-color css
<style>
span { border-color: #131CDA; }
span { border-color: rgb(19,28,218); }
td.TdClassName
{
border-color: #131CDA;
}
.TagClassName
{
border-color: #131CDA;
}
</style>