Shades of Medium Blue #1319CC
Tints of Medium Blue #1319CC
RGB
CMYK
RGB Variations
Color information
#1319CC (or 0x1319CC) is known color: Medium Blue. HEX triplet: 13, 19 and CC. RGB value is (19,25,204). Sum of RGB (Red+Green+Blue) = 19+25+204=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 204 (80.08% from 255 or 82.26% from 248); Max value from RGB is 204 - color contains mainly: blue. Hex color #1319CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1319CC is #ECE633. Grayscale: #2A2A2A. Windows color (decimal): -15525428 or 13375763. OLE color: 13375763.
HSL color Cylindrical-coordinate representation of color #1319CC: hue angle of 238.05º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1319CC is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 25 | 204 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.2 |
| HSL | 238.05º | 0.83% | 0.44% | - |
| HSV(B) | 238.05º | 0.91% | 0.8% | - |
| XYZ | 11.52 | 5.19 | 57.52 | - |
| YUV | 43.61 | 218.51 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 204 | 0.91 | 0.88 | 0 | 0.2 | 238.05 | 0.83 | 0.44 |
| Hex | 13 | 19 | CC | 5B | 58 | 0 | 14 | EE | 53 | 2C |
| Octal | 23 | 31 | 314 | 133 | 130 | 0 | 24 | 356 | 123 | 54 |
| Binary | 10011 | 11001 | 11001100 | 1011011 | 1011000 | 0 | 10100 | 11101110 | 1010011 | 101100 |
Color Harmonies of #1319CC
Complementary color
Monochromatic Colors of #1319CC
Black with #1319CC
Text Example
Text Example
White with #1319CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1319CC; }
p { color: rgb(19,25,204); }
H1.HeaderClassName
{
color: #1319CC;
}
.AnyTagClassName
{
color: #1319CC;
}
</style>
background-color css
<style>
a { background-color: #1319CC; }
a { background-color: rgb(19,25,204); }
div.DivClassName
{
background-color: #1319CC;
}
.BgClassName
{
background-color: #1319CC;
}
</style>
border-color css
<style>
span { border-color: #1319CC; }
span { border-color: rgb(19,25,204); }
td.TdClassName
{
border-color: #1319CC;
}
.TagClassName
{
border-color: #1319CC;
}
</style>