Shades of Medium Blue #1317CC
Tints of Medium Blue #1317CC
RGB
CMYK
RGB Variations
Color information
#1317CC (or 0x1317CC) is known color: Medium Blue. HEX triplet: 13, 17 and CC. RGB value is (19,23,204). Sum of RGB (Red+Green+Blue) = 19+23+204=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 204 (80.08% from 255 or 82.93% from 246); Max value from RGB is 204 - color contains mainly: blue. Hex color #1317CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1317CC is #ECE833. Grayscale: #292929. Windows color (decimal): -15525940 or 13375251. OLE color: 13375251.
HSL color Cylindrical-coordinate representation of color #1317CC: hue angle of 238.7º 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 #1317CC is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 23 | 204 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.2 |
| HSL | 238.7º | 0.83% | 0.44% | - |
| HSV(B) | 238.7º | 0.91% | 0.8% | - |
| XYZ | 11.47 | 5.11 | 57.51 | - |
| YUV | 42.44 | 219.17 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 204 | 0.91 | 0.89 | 0 | 0.2 | 238.7 | 0.83 | 0.44 |
| Hex | 13 | 17 | CC | 5B | 59 | 0 | 14 | EF | 53 | 2C |
| Octal | 23 | 27 | 314 | 133 | 131 | 0 | 24 | 357 | 123 | 54 |
| Binary | 10011 | 10111 | 11001100 | 1011011 | 1011001 | 0 | 10100 | 11101111 | 1010011 | 101100 |
Color Harmonies of #1317CC
Complementary color
Monochromatic Colors of #1317CC
Black with #1317CC
Text Example
Text Example
White with #1317CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1317CC; }
p { color: rgb(19,23,204); }
H1.HeaderClassName
{
color: #1317CC;
}
.AnyTagClassName
{
color: #1317CC;
}
</style>
background-color css
<style>
a { background-color: #1317CC; }
a { background-color: rgb(19,23,204); }
div.DivClassName
{
background-color: #1317CC;
}
.BgClassName
{
background-color: #1317CC;
}
</style>
border-color css
<style>
span { border-color: #1317CC; }
span { border-color: rgb(19,23,204); }
td.TdClassName
{
border-color: #1317CC;
}
.TagClassName
{
border-color: #1317CC;
}
</style>