Shades of Medium Blue #1905CE
Tints of Medium Blue #1905CE
RGB
CMYK
RGB Variations
Color information
#1905CE (or 0x1905CE) is known color: Medium Blue. HEX triplet: 19, 05 and CE. RGB value is (25,5,206). Sum of RGB (Red+Green+Blue) = 25+5+206=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 206 (80.86% from 255 or 87.29% from 236); Max value from RGB is 206 - color contains mainly: blue. Hex color #1905CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1905CE is #E6FA31. Grayscale: #212121. Windows color (decimal): -15137330 or 13501721. OLE color: 13501721.
HSL color Cylindrical-coordinate representation of color #1905CE: hue angle of 245.97º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1905CE is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 5 | 206 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.19 |
| HSL | 245.97º | 0.95% | 0.41% | - |
| HSV(B) | 245.97º | 0.98% | 0.81% | - |
| XYZ | 11.6 | 4.77 | 58.7 | - |
| YUV | 33.89 | 225.13 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 206 | 0.88 | 0.98 | 0 | 0.19 | 245.97 | 0.95 | 0.41 |
| Hex | 19 | 5 | CE | 58 | 62 | 0 | 13 | F6 | 5F | 29 |
| Octal | 31 | 5 | 316 | 130 | 142 | 0 | 23 | 366 | 137 | 51 |
| Binary | 11001 | 101 | 11001110 | 1011000 | 1100010 | 0 | 10011 | 11110110 | 1011111 | 101001 |
Color Harmonies of #1905CE
Complementary color
Monochromatic Colors of #1905CE
Black with #1905CE
Text Example
Text Example
White with #1905CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1905CE; }
p { color: rgb(25,5,206); }
H1.HeaderClassName
{
color: #1905CE;
}
.AnyTagClassName
{
color: #1905CE;
}
</style>
background-color css
<style>
a { background-color: #1905CE; }
a { background-color: rgb(25,5,206); }
div.DivClassName
{
background-color: #1905CE;
}
.BgClassName
{
background-color: #1905CE;
}
</style>
border-color css
<style>
span { border-color: #1905CE; }
span { border-color: rgb(25,5,206); }
td.TdClassName
{
border-color: #1905CE;
}
.TagClassName
{
border-color: #1905CE;
}
</style>