Shades of Medium Blue #1302CC
Tints of Medium Blue #1302CC
RGB
CMYK
RGB Variations
Color information
#1302CC (or 0x1302CC) is known color: Medium Blue. HEX triplet: 13, 02 and CC. RGB value is (19,2,204). Sum of RGB (Red+Green+Blue) = 19+2+204=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 204 (80.08% from 255 or 90.67% from 225); Max value from RGB is 204 - color contains mainly: blue. Hex color #1302CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1302CC is #ECFD33. Grayscale: #1D1D1D. Windows color (decimal): -15531316 or 13369875. OLE color: 13369875.
HSL color Cylindrical-coordinate representation of color #1302CC: hue angle of 245.05º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1302CC is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 2 | 204 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.2 |
| HSL | 245.05º | 0.98% | 0.4% | - |
| HSV(B) | 245.05º | 0.99% | 0.8% | - |
| XYZ | 11.19 | 4.54 | 57.41 | - |
| YUV | 30.11 | 226.13 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 204 | 0.91 | 0.99 | 0 | 0.2 | 245.05 | 0.98 | 0.4 |
| Hex | 13 | 2 | CC | 5B | 63 | 0 | 14 | F5 | 62 | 28 |
| Octal | 23 | 2 | 314 | 133 | 143 | 0 | 24 | 365 | 142 | 50 |
| Binary | 10011 | 10 | 11001100 | 1011011 | 1100011 | 0 | 10100 | 11110101 | 1100010 | 101000 |
Color Harmonies of #1302CC
Complementary color
Monochromatic Colors of #1302CC
Black with #1302CC
Text Example
Text Example
White with #1302CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1302CC; }
p { color: rgb(19,2,204); }
H1.HeaderClassName
{
color: #1302CC;
}
.AnyTagClassName
{
color: #1302CC;
}
</style>
background-color css
<style>
a { background-color: #1302CC; }
a { background-color: rgb(19,2,204); }
div.DivClassName
{
background-color: #1302CC;
}
.BgClassName
{
background-color: #1302CC;
}
</style>
border-color css
<style>
span { border-color: #1302CC; }
span { border-color: rgb(19,2,204); }
td.TdClassName
{
border-color: #1302CC;
}
.TagClassName
{
border-color: #1302CC;
}
</style>