Shades of Persian Blue #0C2DDC
Tints of Persian Blue #0C2DDC
RGB
CMYK
RGB Variations
Color information
#0C2DDC (or 0x0C2DDC) is known color: Persian Blue. HEX triplet: 0C, 2D and DC. RGB value is (12,45,220). Sum of RGB (Red+Green+Blue) = 12+45+220=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 220 (86.33% from 255 or 79.42% from 277); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C2DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2DDC is #F3D223. Grayscale: #363636. Windows color (decimal): -15979044 or 14429452. OLE color: 14429452.
HSL color Cylindrical-coordinate representation of color #0C2DDC: hue angle of 230.48º 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 #0C2DDC is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 45 | 220 | - |
| CMYK | 0.95 | 0.80 | 0 | 0.14 |
| HSL | 230.48º | 0.9% | 0.45% | - |
| HSV(B) | 230.48º | 0.95% | 0.86% | - |
| XYZ | 14.01 | 7.12 | 68.35 | - |
| YUV | 55.08 | 221.07 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 45 | 220 | 0.95 | 0.80 | 0 | 0.14 | 230.48 | 0.9 | 0.45 |
| Hex | C | 2D | DC | 5F | 50 | 0 | E | E6 | 5A | 2D |
| Octal | 14 | 55 | 334 | 137 | 120 | 0 | 16 | 346 | 132 | 55 |
| Binary | 1100 | 101101 | 11011100 | 1011111 | 1010000 | 0 | 1110 | 11100110 | 1011010 | 101101 |
Color Harmonies of #0C2DDC
Complementary color
Monochromatic Colors of #0C2DDC
Black with #0C2DDC
Text Example
Text Example
White with #0C2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2DDC; }
p { color: rgb(12,45,220); }
H1.HeaderClassName
{
color: #0C2DDC;
}
.AnyTagClassName
{
color: #0C2DDC;
}
</style>
background-color css
<style>
a { background-color: #0C2DDC; }
a { background-color: rgb(12,45,220); }
div.DivClassName
{
background-color: #0C2DDC;
}
.BgClassName
{
background-color: #0C2DDC;
}
</style>
border-color css
<style>
span { border-color: #0C2DDC; }
span { border-color: rgb(12,45,220); }
td.TdClassName
{
border-color: #0C2DDC;
}
.TagClassName
{
border-color: #0C2DDC;
}
</style>