Shades of Medium Blue #1913CF
Tints of Medium Blue #1913CF
RGB
CMYK
RGB Variations
Color information
#1913CF (or 0x1913CF) is known color: Medium Blue. HEX triplet: 19, 13 and CF. RGB value is (25,19,207). Sum of RGB (Red+Green+Blue) = 25+19+207=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 207 (81.25% from 255 or 82.47% from 251); Max value from RGB is 207 - color contains mainly: blue. Hex color #1913CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1913CF is #E6EC30. Grayscale: #292929. Windows color (decimal): -15133745 or 13570841. OLE color: 13570841.
HSL color Cylindrical-coordinate representation of color #1913CF: hue angle of 241.91º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1913CF is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 19 | 207 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.19 |
| HSL | 241.91º | 0.83% | 0.44% | - |
| HSV(B) | 241.91º | 0.91% | 0.81% | - |
| XYZ | 11.9 | 5.18 | 59.4 | - |
| YUV | 42.23 | 220.99 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 207 | 0.88 | 0.91 | 0 | 0.19 | 241.91 | 0.83 | 0.44 |
| Hex | 19 | 13 | CF | 58 | 5B | 0 | 13 | F2 | 53 | 2C |
| Octal | 31 | 23 | 317 | 130 | 133 | 0 | 23 | 362 | 123 | 54 |
| Binary | 11001 | 10011 | 11001111 | 1011000 | 1011011 | 0 | 10011 | 11110010 | 1010011 | 101100 |
Color Harmonies of #1913CF
Complementary color
Monochromatic Colors of #1913CF
Black with #1913CF
Text Example
Text Example
White with #1913CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1913CF; }
p { color: rgb(25,19,207); }
H1.HeaderClassName
{
color: #1913CF;
}
.AnyTagClassName
{
color: #1913CF;
}
</style>
background-color css
<style>
a { background-color: #1913CF; }
a { background-color: rgb(25,19,207); }
div.DivClassName
{
background-color: #1913CF;
}
.BgClassName
{
background-color: #1913CF;
}
</style>
border-color css
<style>
span { border-color: #1913CF; }
span { border-color: rgb(25,19,207); }
td.TdClassName
{
border-color: #1913CF;
}
.TagClassName
{
border-color: #1913CF;
}
</style>