Shades of Persian Blue #0C2ACC
Tints of Persian Blue #0C2ACC
RGB
CMYK
RGB Variations
Color information
#0C2ACC (or 0x0C2ACC) is known color: Persian Blue. HEX triplet: 0C, 2A and CC. RGB value is (12,42,204). Sum of RGB (Red+Green+Blue) = 12+42+204=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 204 (80.08% from 255 or 79.07% from 258); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C2ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2ACC is #F3D533. Grayscale: #323232. Windows color (decimal): -15979828 or 13380108. OLE color: 13380108.
HSL color Cylindrical-coordinate representation of color #0C2ACC: hue angle of 230.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C2ACC is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 42 | 204 | - |
| CMYK | 0.94 | 0.79 | 0 | 0.2 |
| HSL | 230.63º | 0.89% | 0.42% | - |
| HSV(B) | 230.63º | 0.94% | 0.8% | - |
| XYZ | 11.88 | 6.09 | 57.68 | - |
| YUV | 51.5 | 214.06 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 42 | 204 | 0.94 | 0.79 | 0 | 0.2 | 230.63 | 0.89 | 0.42 |
| Hex | C | 2A | CC | 5E | 4F | 0 | 14 | E7 | 59 | 2A |
| Octal | 14 | 52 | 314 | 136 | 117 | 0 | 24 | 347 | 131 | 52 |
| Binary | 1100 | 101010 | 11001100 | 1011110 | 1001111 | 0 | 10100 | 11100111 | 1011001 | 101010 |
Color Harmonies of #0C2ACC
Complementary color
Monochromatic Colors of #0C2ACC
Black with #0C2ACC
Text Example
Text Example
White with #0C2ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2ACC; }
p { color: rgb(12,42,204); }
H1.HeaderClassName
{
color: #0C2ACC;
}
.AnyTagClassName
{
color: #0C2ACC;
}
</style>
background-color css
<style>
a { background-color: #0C2ACC; }
a { background-color: rgb(12,42,204); }
div.DivClassName
{
background-color: #0C2ACC;
}
.BgClassName
{
background-color: #0C2ACC;
}
</style>
border-color css
<style>
span { border-color: #0C2ACC; }
span { border-color: rgb(12,42,204); }
td.TdClassName
{
border-color: #0C2ACC;
}
.TagClassName
{
border-color: #0C2ACC;
}
</style>