Shades of Medium Blue #1000CA
Tints of Medium Blue #1000CA
RGB
CMYK
RGB Variations
Color information
#1000CA (or 0x1000CA) is known color: Medium Blue. HEX triplet: 10, 00 and CA. RGB value is (16,0,202). Sum of RGB (Red+Green+Blue) = 16+0+202=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 202 (79.30% from 255 or 92.66% from 218); Max value from RGB is 202 - color contains mainly: blue. Hex color #1000CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1000CA is #EFFF35. Grayscale: #1B1B1B. Windows color (decimal): -15728438 or 13238288. OLE color: 13238288.
HSL color Cylindrical-coordinate representation of color #1000CA: hue angle of 244.75º 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 #1000CA is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 0 | 202 | - |
| CMYK | 0.92 | 1 | 0 | 0.21 |
| HSL | 244.75º | 1% | 0.4% | - |
| HSV(B) | 244.75º | 1% | 0.79% | - |
| XYZ | 10.87 | 4.37 | 56.15 | - |
| YUV | 27.81 | 226.3 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 202 | 0.92 | 1 | 0 | 0.21 | 244.75 | 1 | 0.4 |
| Hex | 10 | 0 | CA | 5C | 64 | 0 | 15 | F5 | 64 | 28 |
| Octal | 20 | 0 | 312 | 134 | 144 | 0 | 25 | 365 | 144 | 50 |
| Binary | 10000 | 0 | 11001010 | 1011100 | 1100100 | 0 | 10101 | 11110101 | 1100100 | 101000 |
Color Harmonies of #1000CA
Complementary color
Monochromatic Colors of #1000CA
Black with #1000CA
Text Example
Text Example
White with #1000CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1000CA; }
p { color: rgb(16,0,202); }
H1.HeaderClassName
{
color: #1000CA;
}
.AnyTagClassName
{
color: #1000CA;
}
</style>
background-color css
<style>
a { background-color: #1000CA; }
a { background-color: rgb(16,0,202); }
div.DivClassName
{
background-color: #1000CA;
}
.BgClassName
{
background-color: #1000CA;
}
</style>
border-color css
<style>
span { border-color: #1000CA; }
span { border-color: rgb(16,0,202); }
td.TdClassName
{
border-color: #1000CA;
}
.TagClassName
{
border-color: #1000CA;
}
</style>