Shades of Persian Blue #0C2CD8
Tints of Persian Blue #0C2CD8
RGB
CMYK
RGB Variations
Color information
#0C2CD8 (or 0x0C2CD8) is known color: Persian Blue. HEX triplet: 0C, 2C and D8. RGB value is (12,44,216). Sum of RGB (Red+Green+Blue) = 12+44+216=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 216 (84.77% from 255 or 79.41% from 272); Max value from RGB is 216 - color contains mainly: blue. Hex color #0C2CD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2CD8 is #F3D327. Grayscale: #353535. Windows color (decimal): -15979304 or 14167052. OLE color: 14167052.
HSL color Cylindrical-coordinate representation of color #0C2CD8: hue angle of 230.59º degrees, saturation: 0.89, 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 #0C2CD8 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 44 | 216 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.15 |
| HSL | 230.59º | 0.89% | 0.45% | - |
| HSV(B) | 230.59º | 0.94% | 0.85% | - |
| XYZ | 13.45 | 6.84 | 65.58 | - |
| YUV | 54.04 | 219.4 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 44 | 216 | 0.94 | 0.80 | 0 | 0.15 | 230.59 | 0.89 | 0.45 |
| Hex | C | 2C | D8 | 5E | 50 | 0 | F | E7 | 59 | 2D |
| Octal | 14 | 54 | 330 | 136 | 120 | 0 | 17 | 347 | 131 | 55 |
| Binary | 1100 | 101100 | 11011000 | 1011110 | 1010000 | 0 | 1111 | 11100111 | 1011001 | 101101 |
Color Harmonies of #0C2CD8
Complementary color
Monochromatic Colors of #0C2CD8
Black with #0C2CD8
Text Example
Text Example
White with #0C2CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2CD8; }
p { color: rgb(12,44,216); }
H1.HeaderClassName
{
color: #0C2CD8;
}
.AnyTagClassName
{
color: #0C2CD8;
}
</style>
background-color css
<style>
a { background-color: #0C2CD8; }
a { background-color: rgb(12,44,216); }
div.DivClassName
{
background-color: #0C2CD8;
}
.BgClassName
{
background-color: #0C2CD8;
}
</style>
border-color css
<style>
span { border-color: #0C2CD8; }
span { border-color: rgb(12,44,216); }
td.TdClassName
{
border-color: #0C2CD8;
}
.TagClassName
{
border-color: #0C2CD8;
}
</style>