Shades of Persian Blue #0C2CDC
Tints of Persian Blue #0C2CDC
RGB
CMYK
RGB Variations
Color information
#0C2CDC (or 0x0C2CDC) is known color: Persian Blue. HEX triplet: 0C, 2C and DC. RGB value is (12,44,220). Sum of RGB (Red+Green+Blue) = 12+44+220=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 220 (86.33% from 255 or 79.71% from 276); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C2CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2CDC is #F3D323. Grayscale: #353535. Windows color (decimal): -15979300 or 14429196. OLE color: 14429196.
HSL color Cylindrical-coordinate representation of color #0C2CDC: hue angle of 230.77º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C2CDC is Cyan = 0.95, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 44 | 220 | - |
| CMYK | 0.95 | 0.8 | 0 | 0.14 |
| HSL | 230.77º | 0.9% | 0.45% | - |
| HSV(B) | 230.77º | 0.95% | 0.86% | - |
| XYZ | 13.97 | 7.05 | 68.33 | - |
| YUV | 54.5 | 221.4 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 44 | 220 | 0.95 | 0.8 | 0 | 0.14 | 230.77 | 0.9 | 0.45 |
| Hex | C | 2C | DC | 5F | 50 | 0 | E | E7 | 5A | 2D |
| Octal | 14 | 54 | 334 | 137 | 120 | 0 | 16 | 347 | 132 | 55 |
| Binary | 1100 | 101100 | 11011100 | 1011111 | 1010000 | 0 | 1110 | 11100111 | 1011010 | 101101 |
Color Harmonies of #0C2CDC
Complementary color
Monochromatic Colors of #0C2CDC
Black with #0C2CDC
Text Example
Text Example
White with #0C2CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2CDC; }
p { color: rgb(12,44,220); }
H1.HeaderClassName
{
color: #0C2CDC;
}
.AnyTagClassName
{
color: #0C2CDC;
}
</style>
background-color css
<style>
a { background-color: #0C2CDC; }
a { background-color: rgb(12,44,220); }
div.DivClassName
{
background-color: #0C2CDC;
}
.BgClassName
{
background-color: #0C2CDC;
}
</style>
border-color css
<style>
span { border-color: #0C2CDC; }
span { border-color: rgb(12,44,220); }
td.TdClassName
{
border-color: #0C2CDC;
}
.TagClassName
{
border-color: #0C2CDC;
}
</style>