Shades of Medium Blue #0010CA
Tints of Medium Blue #0010CA
RGB
CMYK
RGB Variations
Color information
#0010CA (or 0x0010CA) is known color: Medium Blue. HEX triplet: 00, 10 and CA. RGB value is (0,16,202). Sum of RGB (Red+Green+Blue) = 0+16+202=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 16 (6.64% from 255 or 7.34% 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 #0010CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0010CA is #FFEF35. Grayscale: #1F1F1F. Windows color (decimal): -16772918 or 13242368. OLE color: 13242368.
HSL color Cylindrical-coordinate representation of color #0010CA: hue angle of 235.25º 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 #0010CA is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 16 | 202 | - |
| CMYK | 1 | 0.92 | 0 | 0.21 |
| HSL | 235.25º | 1% | 0.4% | - |
| HSV(B) | 235.25º | 1% | 0.79% | - |
| XYZ | 10.85 | 4.63 | 56.2 | - |
| YUV | 32.42 | 223.7 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 202 | 1 | 0.92 | 0 | 0.21 | 235.25 | 1 | 0.4 |
| Hex | 0 | 10 | CA | 64 | 5C | 0 | 15 | EB | 64 | 28 |
| Octal | 0 | 20 | 312 | 144 | 134 | 0 | 25 | 353 | 144 | 50 |
| Binary | 0 | 10000 | 11001010 | 1100100 | 1011100 | 0 | 10101 | 11101011 | 1100100 | 101000 |
Color Harmonies of #0010CA
Complementary color
Monochromatic Colors of #0010CA
Black with #0010CA
Text Example
Text Example
White with #0010CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0010CA; }
p { color: rgb(0,16,202); }
H1.HeaderClassName
{
color: #0010CA;
}
.AnyTagClassName
{
color: #0010CA;
}
</style>
background-color css
<style>
a { background-color: #0010CA; }
a { background-color: rgb(0,16,202); }
div.DivClassName
{
background-color: #0010CA;
}
.BgClassName
{
background-color: #0010CA;
}
</style>
border-color css
<style>
span { border-color: #0010CA; }
span { border-color: rgb(0,16,202); }
td.TdClassName
{
border-color: #0010CA;
}
.TagClassName
{
border-color: #0010CA;
}
</style>