Shades of Medium Blue #1312C3
Tints of Medium Blue #1312C3
RGB
CMYK
RGB Variations
Color information
#1312C3 (or 0x1312C3) is known color: Medium Blue. HEX triplet: 13, 12 and C3. RGB value is (19,18,195). Sum of RGB (Red+Green+Blue) = 19+18+195=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 195 (76.56% from 255 or 84.05% from 232); Max value from RGB is 195 - color contains mainly: blue. Hex color #1312C3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1312C3 is #ECED3C. Grayscale: #252525. Windows color (decimal): -15527229 or 12784147. OLE color: 12784147.
HSL color Cylindrical-coordinate representation of color #1312C3: hue angle of 240.34º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1312C3 is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 18 | 195 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.24 |
| HSL | 240.34º | 0.83% | 0.42% | - |
| HSV(B) | 240.34º | 0.91% | 0.76% | - |
| XYZ | 10.34 | 4.51 | 51.96 | - |
| YUV | 38.48 | 216.33 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 18 | 195 | 0.90 | 0.91 | 0 | 0.24 | 240.34 | 0.83 | 0.42 |
| Hex | 13 | 12 | C3 | 5A | 5B | 0 | 18 | F0 | 53 | 2A |
| Octal | 23 | 22 | 303 | 132 | 133 | 0 | 30 | 360 | 123 | 52 |
| Binary | 10011 | 10010 | 11000011 | 1011010 | 1011011 | 0 | 11000 | 11110000 | 1010011 | 101010 |
Color Harmonies of #1312C3
Complementary color
Monochromatic Colors of #1312C3
Black with #1312C3
Text Example
Text Example
White with #1312C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1312C3; }
p { color: rgb(19,18,195); }
H1.HeaderClassName
{
color: #1312C3;
}
.AnyTagClassName
{
color: #1312C3;
}
</style>
background-color css
<style>
a { background-color: #1312C3; }
a { background-color: rgb(19,18,195); }
div.DivClassName
{
background-color: #1312C3;
}
.BgClassName
{
background-color: #1312C3;
}
</style>
border-color css
<style>
span { border-color: #1312C3; }
span { border-color: rgb(19,18,195); }
td.TdClassName
{
border-color: #1312C3;
}
.TagClassName
{
border-color: #1312C3;
}
</style>