Shades of Medium Blue #1303C9
Tints of Medium Blue #1303C9
RGB
CMYK
RGB Variations
Color information
#1303C9 (or 0x1303C9) is known color: Medium Blue. HEX triplet: 13, 03 and C9. RGB value is (19,3,201). Sum of RGB (Red+Green+Blue) = 19+3+201=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 201 (78.91% from 255 or 90.13% from 223); Max value from RGB is 201 - color contains mainly: blue. Hex color #1303C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1303C9 is #ECFC36. Grayscale: #1D1D1D. Windows color (decimal): -15531063 or 13173523. OLE color: 13173523.
HSL color Cylindrical-coordinate representation of color #1303C9: hue angle of 244.85º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1303C9 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 3 | 201 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.21 |
| HSL | 244.85º | 0.97% | 0.4% | - |
| HSV(B) | 244.85º | 0.99% | 0.79% | - |
| XYZ | 10.84 | 4.42 | 55.54 | - |
| YUV | 30.36 | 224.3 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 201 | 0.91 | 0.99 | 0 | 0.21 | 244.85 | 0.97 | 0.4 |
| Hex | 13 | 3 | C9 | 5B | 63 | 0 | 15 | F5 | 61 | 28 |
| Octal | 23 | 3 | 311 | 133 | 143 | 0 | 25 | 365 | 141 | 50 |
| Binary | 10011 | 11 | 11001001 | 1011011 | 1100011 | 0 | 10101 | 11110101 | 1100001 | 101000 |
Color Harmonies of #1303C9
Complementary color
Monochromatic Colors of #1303C9
Black with #1303C9
Text Example
Text Example
White with #1303C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1303C9; }
p { color: rgb(19,3,201); }
H1.HeaderClassName
{
color: #1303C9;
}
.AnyTagClassName
{
color: #1303C9;
}
</style>
background-color css
<style>
a { background-color: #1303C9; }
a { background-color: rgb(19,3,201); }
div.DivClassName
{
background-color: #1303C9;
}
.BgClassName
{
background-color: #1303C9;
}
</style>
border-color css
<style>
span { border-color: #1303C9; }
span { border-color: rgb(19,3,201); }
td.TdClassName
{
border-color: #1303C9;
}
.TagClassName
{
border-color: #1303C9;
}
</style>