Shades of Medium Blue #1909CB
Tints of Medium Blue #1909CB
RGB
CMYK
RGB Variations
Color information
#1909CB (or 0x1909CB) is known color: Medium Blue. HEX triplet: 19, 09 and CB. RGB value is (25,9,203). Sum of RGB (Red+Green+Blue) = 25+9+203=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 203 (79.69% from 255 or 85.65% from 237); Max value from RGB is 203 - color contains mainly: blue. Hex color #1909CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1909CB is #E6F634. Grayscale: #232323. Windows color (decimal): -15136309 or 13306137. OLE color: 13306137.
HSL color Cylindrical-coordinate representation of color #1909CB: hue angle of 244.95º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1909CB is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 9 | 203 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.20 |
| HSL | 244.95º | 0.92% | 0.42% | - |
| HSV(B) | 244.95º | 0.96% | 0.8% | - |
| XYZ | 11.28 | 4.71 | 56.82 | - |
| YUV | 35.9 | 222.3 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 203 | 0.88 | 0.96 | 0 | 0.20 | 244.95 | 0.92 | 0.42 |
| Hex | 19 | 9 | CB | 58 | 60 | 0 | 14 | F5 | 5C | 2A |
| Octal | 31 | 11 | 313 | 130 | 140 | 0 | 24 | 365 | 134 | 52 |
| Binary | 11001 | 1001 | 11001011 | 1011000 | 1100000 | 0 | 10100 | 11110101 | 1011100 | 101010 |
Color Harmonies of #1909CB
Complementary color
Monochromatic Colors of #1909CB
Black with #1909CB
Text Example
Text Example
White with #1909CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1909CB; }
p { color: rgb(25,9,203); }
H1.HeaderClassName
{
color: #1909CB;
}
.AnyTagClassName
{
color: #1909CB;
}
</style>
background-color css
<style>
a { background-color: #1909CB; }
a { background-color: rgb(25,9,203); }
div.DivClassName
{
background-color: #1909CB;
}
.BgClassName
{
background-color: #1909CB;
}
</style>
border-color css
<style>
span { border-color: #1909CB; }
span { border-color: rgb(25,9,203); }
td.TdClassName
{
border-color: #1909CB;
}
.TagClassName
{
border-color: #1909CB;
}
</style>