Shades of Medium Blue #1300CE
Tints of Medium Blue #1300CE
RGB
CMYK
RGB Variations
Color information
#1300CE (or 0x1300CE) is known color: Medium Blue. HEX triplet: 13, 00 and CE. RGB value is (19,0,206). Sum of RGB (Red+Green+Blue) = 19+0+206=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 206 (80.86% from 255 or 91.56% from 225); Max value from RGB is 206 - color contains mainly: blue. Hex color #1300CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1300CE is #ECFF31. Grayscale: #1C1C1C. Windows color (decimal): -15531826 or 13500435. OLE color: 13500435.
HSL color Cylindrical-coordinate representation of color #1300CE: hue angle of 245.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1300CE is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 0 | 206 | - |
| CMYK | 0.91 | 1 | 0 | 0.19 |
| HSL | 245.53º | 1% | 0.4% | - |
| HSV(B) | 245.53º | 1% | 0.81% | - |
| XYZ | 11.41 | 4.59 | 58.68 | - |
| YUV | 29.17 | 227.79 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 206 | 0.91 | 1 | 0 | 0.19 | 245.53 | 1 | 0.4 |
| Hex | 13 | 0 | CE | 5B | 64 | 0 | 13 | F6 | 64 | 28 |
| Octal | 23 | 0 | 316 | 133 | 144 | 0 | 23 | 366 | 144 | 50 |
| Binary | 10011 | 0 | 11001110 | 1011011 | 1100100 | 0 | 10011 | 11110110 | 1100100 | 101000 |
Color Harmonies of #1300CE
Complementary color
Monochromatic Colors of #1300CE
Black with #1300CE
Text Example
Text Example
White with #1300CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1300CE; }
p { color: rgb(19,0,206); }
H1.HeaderClassName
{
color: #1300CE;
}
.AnyTagClassName
{
color: #1300CE;
}
</style>
background-color css
<style>
a { background-color: #1300CE; }
a { background-color: rgb(19,0,206); }
div.DivClassName
{
background-color: #1300CE;
}
.BgClassName
{
background-color: #1300CE;
}
</style>
border-color css
<style>
span { border-color: #1300CE; }
span { border-color: rgb(19,0,206); }
td.TdClassName
{
border-color: #1300CE;
}
.TagClassName
{
border-color: #1300CE;
}
</style>