Shades of Medium Blue #1909CF
Tints of Medium Blue #1909CF
RGB
CMYK
RGB Variations
Color information
#1909CF (or 0x1909CF) is known color: Medium Blue. HEX triplet: 19, 09 and CF. RGB value is (25,9,207). Sum of RGB (Red+Green+Blue) = 25+9+207=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 207 (81.25% from 255 or 85.89% from 241); Max value from RGB is 207 - color contains mainly: blue. Hex color #1909CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1909CF is #E6F630. Grayscale: #232323. Windows color (decimal): -15136305 or 13568281. OLE color: 13568281.
HSL color Cylindrical-coordinate representation of color #1909CF: hue angle of 244.85º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1909CF is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 9 | 207 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.19 |
| HSL | 244.85º | 0.92% | 0.42% | - |
| HSV(B) | 244.85º | 0.96% | 0.81% | - |
| XYZ | 11.76 | 4.91 | 59.36 | - |
| YUV | 36.36 | 224.3 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 207 | 0.88 | 0.96 | 0 | 0.19 | 244.85 | 0.92 | 0.42 |
| Hex | 19 | 9 | CF | 58 | 60 | 0 | 13 | F5 | 5C | 2A |
| Octal | 31 | 11 | 317 | 130 | 140 | 0 | 23 | 365 | 134 | 52 |
| Binary | 11001 | 1001 | 11001111 | 1011000 | 1100000 | 0 | 10011 | 11110101 | 1011100 | 101010 |
Color Harmonies of #1909CF
Complementary color
Monochromatic Colors of #1909CF
Black with #1909CF
Text Example
Text Example
White with #1909CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1909CF; }
p { color: rgb(25,9,207); }
H1.HeaderClassName
{
color: #1909CF;
}
.AnyTagClassName
{
color: #1909CF;
}
</style>
background-color css
<style>
a { background-color: #1909CF; }
a { background-color: rgb(25,9,207); }
div.DivClassName
{
background-color: #1909CF;
}
.BgClassName
{
background-color: #1909CF;
}
</style>
border-color css
<style>
span { border-color: #1909CF; }
span { border-color: rgb(25,9,207); }
td.TdClassName
{
border-color: #1909CF;
}
.TagClassName
{
border-color: #1909CF;
}
</style>