Shades of Medium Blue #1319CF
Tints of Medium Blue #1319CF
RGB
CMYK
RGB Variations
Color information
#1319CF (or 0x1319CF) is known color: Medium Blue. HEX triplet: 13, 19 and CF. RGB value is (19,25,207). Sum of RGB (Red+Green+Blue) = 19+25+207=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 25 (10.16% from 255 or 9.96% 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 #1319CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1319CF is #ECE630. Grayscale: #2B2B2B. Windows color (decimal): -15525425 or 13572371. OLE color: 13572371.
HSL color Cylindrical-coordinate representation of color #1319CF: hue angle of 238.09º 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 #1319CF is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 25 | 207 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.19 |
| HSL | 238.09º | 0.83% | 0.44% | - |
| HSV(B) | 238.09º | 0.91% | 0.81% | - |
| XYZ | 11.88 | 5.34 | 59.44 | - |
| YUV | 43.95 | 220.01 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 207 | 0.91 | 0.88 | 0 | 0.19 | 238.09 | 0.83 | 0.44 |
| Hex | 13 | 19 | CF | 5B | 58 | 0 | 13 | EE | 53 | 2C |
| Octal | 23 | 31 | 317 | 133 | 130 | 0 | 23 | 356 | 123 | 54 |
| Binary | 10011 | 11001 | 11001111 | 1011011 | 1011000 | 0 | 10011 | 11101110 | 1010011 | 101100 |
Color Harmonies of #1319CF
Complementary color
Monochromatic Colors of #1319CF
Black with #1319CF
Text Example
Text Example
White with #1319CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1319CF; }
p { color: rgb(19,25,207); }
H1.HeaderClassName
{
color: #1319CF;
}
.AnyTagClassName
{
color: #1319CF;
}
</style>
background-color css
<style>
a { background-color: #1319CF; }
a { background-color: rgb(19,25,207); }
div.DivClassName
{
background-color: #1319CF;
}
.BgClassName
{
background-color: #1319CF;
}
</style>
border-color css
<style>
span { border-color: #1319CF; }
span { border-color: rgb(19,25,207); }
td.TdClassName
{
border-color: #1319CF;
}
.TagClassName
{
border-color: #1319CF;
}
</style>