Shades of Medium Blue #1300C9
Tints of Medium Blue #1300C9
RGB
CMYK
RGB Variations
Color information
#1300C9 (or 0x1300C9) is known color: Medium Blue. HEX triplet: 13, 00 and C9. RGB value is (19,0,201). Sum of RGB (Red+Green+Blue) = 19+0+201=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 201 (78.91% from 255 or 91.36% from 220); Max value from RGB is 201 - color contains mainly: blue. Hex color #1300C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1300C9 is #ECFF36. Grayscale: #1B1B1B. Windows color (decimal): -15531831 or 13172755. OLE color: 13172755.
HSL color Cylindrical-coordinate representation of color #1300C9: hue angle of 245.67º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1300C9 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 0 | 201 | - |
| CMYK | 0.91 | 1 | 0 | 0.21 |
| HSL | 245.67º | 1% | 0.39% | - |
| HSV(B) | 245.67º | 1% | 0.79% | - |
| XYZ | 10.81 | 4.36 | 55.53 | - |
| YUV | 28.6 | 225.29 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 201 | 0.91 | 1 | 0 | 0.21 | 245.67 | 1 | 0.39 |
| Hex | 13 | 0 | C9 | 5B | 64 | 0 | 15 | F6 | 64 | 27 |
| Octal | 23 | 0 | 311 | 133 | 144 | 0 | 25 | 366 | 144 | 47 |
| Binary | 10011 | 0 | 11001001 | 1011011 | 1100100 | 0 | 10101 | 11110110 | 1100100 | 100111 |
Color Harmonies of #1300C9
Complementary color
Monochromatic Colors of #1300C9
Black with #1300C9
Text Example
Text Example
White with #1300C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1300C9; }
p { color: rgb(19,0,201); }
H1.HeaderClassName
{
color: #1300C9;
}
.AnyTagClassName
{
color: #1300C9;
}
</style>
background-color css
<style>
a { background-color: #1300C9; }
a { background-color: rgb(19,0,201); }
div.DivClassName
{
background-color: #1300C9;
}
.BgClassName
{
background-color: #1300C9;
}
</style>
border-color css
<style>
span { border-color: #1300C9; }
span { border-color: rgb(19,0,201); }
td.TdClassName
{
border-color: #1300C9;
}
.TagClassName
{
border-color: #1300C9;
}
</style>