Shades of Medium Blue #0012CA
Tints of Medium Blue #0012CA
RGB
CMYK
RGB Variations
Color information
#0012CA (or 0x0012CA) is known color: Medium Blue. HEX triplet: 00, 12 and CA. RGB value is (0,18,202). Sum of RGB (Red+Green+Blue) = 0+18+202=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 202 (79.30% from 255 or 91.82% from 220); Max value from RGB is 202 - color contains mainly: blue. Hex color #0012CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0012CA is #FFED35. Grayscale: #202020. Windows color (decimal): -16772406 or 13242880. OLE color: 13242880.
HSL color Cylindrical-coordinate representation of color #0012CA: hue angle of 234.65º 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 #0012CA is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 18 | 202 | - |
| CMYK | 1 | 0.91 | 0 | 0.21 |
| HSL | 234.65º | 1% | 0.4% | - |
| HSV(B) | 234.65º | 1% | 0.79% | - |
| XYZ | 10.88 | 4.7 | 56.21 | - |
| YUV | 33.59 | 223.04 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 202 | 1 | 0.91 | 0 | 0.21 | 234.65 | 1 | 0.4 |
| Hex | 0 | 12 | CA | 64 | 5B | 0 | 15 | EB | 64 | 28 |
| Octal | 0 | 22 | 312 | 144 | 133 | 0 | 25 | 353 | 144 | 50 |
| Binary | 0 | 10010 | 11001010 | 1100100 | 1011011 | 0 | 10101 | 11101011 | 1100100 | 101000 |
Color Harmonies of #0012CA
Complementary color
Monochromatic Colors of #0012CA
Black with #0012CA
Text Example
Text Example
White with #0012CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0012CA; }
p { color: rgb(0,18,202); }
H1.HeaderClassName
{
color: #0012CA;
}
.AnyTagClassName
{
color: #0012CA;
}
</style>
background-color css
<style>
a { background-color: #0012CA; }
a { background-color: rgb(0,18,202); }
div.DivClassName
{
background-color: #0012CA;
}
.BgClassName
{
background-color: #0012CA;
}
</style>
border-color css
<style>
span { border-color: #0012CA; }
span { border-color: rgb(0,18,202); }
td.TdClassName
{
border-color: #0012CA;
}
.TagClassName
{
border-color: #0012CA;
}
</style>