Shades of Medium Blue #1908CA
Tints of Medium Blue #1908CA
RGB
CMYK
RGB Variations
Color information
#1908CA (or 0x1908CA) is known color: Medium Blue. HEX triplet: 19, 08 and CA. RGB value is (25,8,202). Sum of RGB (Red+Green+Blue) = 25+8+202=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 202 (79.30% from 255 or 85.96% from 235); Max value from RGB is 202 - color contains mainly: blue. Hex color #1908CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1908CA is #E6F735. Grayscale: #222222. Windows color (decimal): -15136566 or 13240345. OLE color: 13240345.
HSL color Cylindrical-coordinate representation of color #1908CA: hue angle of 245.26º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1908CA is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 8 | 202 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.21 |
| HSL | 245.26º | 0.92% | 0.41% | - |
| HSV(B) | 245.26º | 0.96% | 0.79% | - |
| XYZ | 11.15 | 4.64 | 56.19 | - |
| YUV | 35.2 | 222.13 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 202 | 0.88 | 0.96 | 0 | 0.21 | 245.26 | 0.92 | 0.41 |
| Hex | 19 | 8 | CA | 58 | 60 | 0 | 15 | F5 | 5C | 29 |
| Octal | 31 | 10 | 312 | 130 | 140 | 0 | 25 | 365 | 134 | 51 |
| Binary | 11001 | 1000 | 11001010 | 1011000 | 1100000 | 0 | 10101 | 11110101 | 1011100 | 101001 |
Color Harmonies of #1908CA
Complementary color
Monochromatic Colors of #1908CA
Black with #1908CA
Text Example
Text Example
White with #1908CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1908CA; }
p { color: rgb(25,8,202); }
H1.HeaderClassName
{
color: #1908CA;
}
.AnyTagClassName
{
color: #1908CA;
}
</style>
background-color css
<style>
a { background-color: #1908CA; }
a { background-color: rgb(25,8,202); }
div.DivClassName
{
background-color: #1908CA;
}
.BgClassName
{
background-color: #1908CA;
}
</style>
border-color css
<style>
span { border-color: #1908CA; }
span { border-color: rgb(25,8,202); }
td.TdClassName
{
border-color: #1908CA;
}
.TagClassName
{
border-color: #1908CA;
}
</style>