Shades of Persian Blue #0C2EDC
Tints of Persian Blue #0C2EDC
RGB
CMYK
RGB Variations
Color information
#0C2EDC (or 0x0C2EDC) is known color: Persian Blue. HEX triplet: 0C, 2E and DC. RGB value is (12,46,220). Sum of RGB (Red+Green+Blue) = 12+46+220=278 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.32% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 220 (86.33% from 255 or 79.14% from 278); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C2EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2EDC is #F3D123. Grayscale: #363636. Windows color (decimal): -15978788 or 14429708. OLE color: 14429708.
HSL color Cylindrical-coordinate representation of color #0C2EDC: hue angle of 230.19º 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 #0C2EDC is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 46 | 220 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.14 |
| HSL | 230.19º | 0.9% | 0.45% | - |
| HSV(B) | 230.19º | 0.95% | 0.86% | - |
| XYZ | 14.05 | 7.2 | 68.36 | - |
| YUV | 55.67 | 220.74 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 46 | 220 | 0.95 | 0.79 | 0 | 0.14 | 230.19 | 0.9 | 0.45 |
| Hex | C | 2E | DC | 5F | 4F | 0 | E | E6 | 5A | 2D |
| Octal | 14 | 56 | 334 | 137 | 117 | 0 | 16 | 346 | 132 | 55 |
| Binary | 1100 | 101110 | 11011100 | 1011111 | 1001111 | 0 | 1110 | 11100110 | 1011010 | 101101 |
Color Harmonies of #0C2EDC
Complementary color
Monochromatic Colors of #0C2EDC
Black with #0C2EDC
Text Example
Text Example
White with #0C2EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2EDC; }
p { color: rgb(12,46,220); }
H1.HeaderClassName
{
color: #0C2EDC;
}
.AnyTagClassName
{
color: #0C2EDC;
}
</style>
background-color css
<style>
a { background-color: #0C2EDC; }
a { background-color: rgb(12,46,220); }
div.DivClassName
{
background-color: #0C2EDC;
}
.BgClassName
{
background-color: #0C2EDC;
}
</style>
border-color css
<style>
span { border-color: #0C2EDC; }
span { border-color: rgb(12,46,220); }
td.TdClassName
{
border-color: #0C2EDC;
}
.TagClassName
{
border-color: #0C2EDC;
}
</style>