Shades of Persian Blue #0C2CD9
Tints of Persian Blue #0C2CD9
RGB
CMYK
RGB Variations
Color information
#0C2CD9 (or 0x0C2CD9) is known color: Persian Blue. HEX triplet: 0C, 2C and D9. RGB value is (12,44,217). Sum of RGB (Red+Green+Blue) = 12+44+217=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 217 (85.16% from 255 or 79.49% from 273); Max value from RGB is 217 - color contains mainly: blue. Hex color #0C2CD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2CD9 is #F3D326. Grayscale: #353535. Windows color (decimal): -15979303 or 14232588. OLE color: 14232588.
HSL color Cylindrical-coordinate representation of color #0C2CD9: hue angle of 230.63º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C2CD9 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 44 | 217 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.15 |
| HSL | 230.63º | 0.9% | 0.45% | - |
| HSV(B) | 230.63º | 0.94% | 0.85% | - |
| XYZ | 13.58 | 6.89 | 66.26 | - |
| YUV | 54.15 | 219.9 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 44 | 217 | 0.94 | 0.80 | 0 | 0.15 | 230.63 | 0.9 | 0.45 |
| Hex | C | 2C | D9 | 5E | 50 | 0 | F | E7 | 5A | 2D |
| Octal | 14 | 54 | 331 | 136 | 120 | 0 | 17 | 347 | 132 | 55 |
| Binary | 1100 | 101100 | 11011001 | 1011110 | 1010000 | 0 | 1111 | 11100111 | 1011010 | 101101 |
Color Harmonies of #0C2CD9
Complementary color
Monochromatic Colors of #0C2CD9
Black with #0C2CD9
Text Example
Text Example
White with #0C2CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2CD9; }
p { color: rgb(12,44,217); }
H1.HeaderClassName
{
color: #0C2CD9;
}
.AnyTagClassName
{
color: #0C2CD9;
}
</style>
background-color css
<style>
a { background-color: #0C2CD9; }
a { background-color: rgb(12,44,217); }
div.DivClassName
{
background-color: #0C2CD9;
}
.BgClassName
{
background-color: #0C2CD9;
}
</style>
border-color css
<style>
span { border-color: #0C2CD9; }
span { border-color: rgb(12,44,217); }
td.TdClassName
{
border-color: #0C2CD9;
}
.TagClassName
{
border-color: #0C2CD9;
}
</style>