Shades of Medium Blue #1313C1
Tints of Medium Blue #1313C1
RGB
CMYK
RGB Variations
Color information
#1313C1 (or 0x1313C1) is known color: Medium Blue. HEX triplet: 13, 13 and C1. RGB value is (19,19,193). Sum of RGB (Red+Green+Blue) = 19+19+193=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 193 (75.78% from 255 or 83.55% from 231); Max value from RGB is 193 - color contains mainly: blue. Hex color #1313C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1313C1 is #ECEC3E. Grayscale: #262626. Windows color (decimal): -15526975 or 12653331. OLE color: 12653331.
HSL color Cylindrical-coordinate representation of color #1313C1: hue angle of 240º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1313C1 is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 19 | 193 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.24 |
| HSL | 240º | 0.82% | 0.42% | - |
| HSV(B) | 240º | 0.9% | 0.76% | - |
| XYZ | 10.13 | 4.45 | 50.78 | - |
| YUV | 38.84 | 215 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 193 | 0.90 | 0.90 | 0 | 0.24 | 240 | 0.82 | 0.42 |
| Hex | 13 | 13 | C1 | 5A | 5A | 0 | 18 | F0 | 52 | 2A |
| Octal | 23 | 23 | 301 | 132 | 132 | 0 | 30 | 360 | 122 | 52 |
| Binary | 10011 | 10011 | 11000001 | 1011010 | 1011010 | 0 | 11000 | 11110000 | 1010010 | 101010 |
Color Harmonies of #1313C1
Complementary color
Monochromatic Colors of #1313C1
Black with #1313C1
Text Example
Text Example
White with #1313C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1313C1; }
p { color: rgb(19,19,193); }
H1.HeaderClassName
{
color: #1313C1;
}
.AnyTagClassName
{
color: #1313C1;
}
</style>
background-color css
<style>
a { background-color: #1313C1; }
a { background-color: rgb(19,19,193); }
div.DivClassName
{
background-color: #1313C1;
}
.BgClassName
{
background-color: #1313C1;
}
</style>
border-color css
<style>
span { border-color: #1313C1; }
span { border-color: rgb(19,19,193); }
td.TdClassName
{
border-color: #1313C1;
}
.TagClassName
{
border-color: #1313C1;
}
</style>