Shades of Medium Blue #1908CB
Tints of Medium Blue #1908CB
RGB
CMYK
RGB Variations
Color information
#1908CB (or 0x1908CB) is known color: Medium Blue. HEX triplet: 19, 08 and CB. RGB value is (25,8,203). Sum of RGB (Red+Green+Blue) = 25+8+203=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 203 (79.69% from 255 or 86.02% from 236); Max value from RGB is 203 - color contains mainly: blue. Hex color #1908CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1908CB is #E6F734. Grayscale: #222222. Windows color (decimal): -15136565 or 13305881. OLE color: 13305881.
HSL color Cylindrical-coordinate representation of color #1908CB: hue angle of 245.23º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1908CB is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 8 | 203 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.20 |
| HSL | 245.23º | 0.92% | 0.41% | - |
| HSV(B) | 245.23º | 0.96% | 0.8% | - |
| XYZ | 11.27 | 4.69 | 56.81 | - |
| YUV | 35.31 | 222.63 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 203 | 0.88 | 0.96 | 0 | 0.20 | 245.23 | 0.92 | 0.41 |
| Hex | 19 | 8 | CB | 58 | 60 | 0 | 14 | F5 | 5C | 29 |
| Octal | 31 | 10 | 313 | 130 | 140 | 0 | 24 | 365 | 134 | 51 |
| Binary | 11001 | 1000 | 11001011 | 1011000 | 1100000 | 0 | 10100 | 11110101 | 1011100 | 101001 |
Color Harmonies of #1908CB
Complementary color
Monochromatic Colors of #1908CB
Black with #1908CB
Text Example
Text Example
White with #1908CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1908CB; }
p { color: rgb(25,8,203); }
H1.HeaderClassName
{
color: #1908CB;
}
.AnyTagClassName
{
color: #1908CB;
}
</style>
background-color css
<style>
a { background-color: #1908CB; }
a { background-color: rgb(25,8,203); }
div.DivClassName
{
background-color: #1908CB;
}
.BgClassName
{
background-color: #1908CB;
}
</style>
border-color css
<style>
span { border-color: #1908CB; }
span { border-color: rgb(25,8,203); }
td.TdClassName
{
border-color: #1908CB;
}
.TagClassName
{
border-color: #1908CB;
}
</style>