Shades of Medium Blue #1500CA
Tints of Medium Blue #1500CA
RGB
CMYK
RGB Variations
Color information
#1500CA (or 0x1500CA) is known color: Medium Blue. HEX triplet: 15, 00 and CA. RGB value is (21,0,202). Sum of RGB (Red+Green+Blue) = 21+0+202=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 202 (79.30% from 255 or 90.58% from 223); Max value from RGB is 202 - color contains mainly: blue. Hex color #1500CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1500CA is #EAFF35. Grayscale: #1C1C1C. Windows color (decimal): -15400758 or 13238293. OLE color: 13238293.
HSL color Cylindrical-coordinate representation of color #1500CA: hue angle of 246.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1500CA is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 0 | 202 | - |
| CMYK | 0.90 | 1 | 0 | 0.21 |
| HSL | 246.24º | 1% | 0.4% | - |
| HSV(B) | 246.24º | 1% | 0.79% | - |
| XYZ | 10.97 | 4.42 | 56.15 | - |
| YUV | 29.31 | 225.46 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 202 | 0.90 | 1 | 0 | 0.21 | 246.24 | 1 | 0.4 |
| Hex | 15 | 0 | CA | 5A | 64 | 0 | 15 | F6 | 64 | 28 |
| Octal | 25 | 0 | 312 | 132 | 144 | 0 | 25 | 366 | 144 | 50 |
| Binary | 10101 | 0 | 11001010 | 1011010 | 1100100 | 0 | 10101 | 11110110 | 1100100 | 101000 |
Color Harmonies of #1500CA
Complementary color
Monochromatic Colors of #1500CA
Black with #1500CA
Text Example
Text Example
White with #1500CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1500CA; }
p { color: rgb(21,0,202); }
H1.HeaderClassName
{
color: #1500CA;
}
.AnyTagClassName
{
color: #1500CA;
}
</style>
background-color css
<style>
a { background-color: #1500CA; }
a { background-color: rgb(21,0,202); }
div.DivClassName
{
background-color: #1500CA;
}
.BgClassName
{
background-color: #1500CA;
}
</style>
border-color css
<style>
span { border-color: #1500CA; }
span { border-color: rgb(21,0,202); }
td.TdClassName
{
border-color: #1500CA;
}
.TagClassName
{
border-color: #1500CA;
}
</style>