Shades of Persian Blue #0C2CE4
Tints of Persian Blue #0C2CE4
RGB
CMYK
RGB Variations
Color information
#0C2CE4 (or 0x0C2CE4) is known color: Persian Blue. HEX triplet: 0C, 2C and E4. RGB value is (12,44,228). Sum of RGB (Red+Green+Blue) = 12+44+228=284 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.23% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 228 (89.45% from 255 or 80.28% from 284); Max value from RGB is 228 - color contains mainly: blue. Hex color #0C2CE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2CE4 is #F3D31B. Grayscale: #363636. Windows color (decimal): -15979292 or 14953484. OLE color: 14953484.
HSL color Cylindrical-coordinate representation of color #0C2CE4: hue angle of 231.11º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C2CE4 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 44 | 228 | - |
| CMYK | 0.95 | 0.81 | 0 | 0.11 |
| HSL | 231.11º | 0.9% | 0.47% | - |
| HSV(B) | 231.11º | 0.95% | 0.89% | - |
| XYZ | 15.06 | 7.48 | 74.05 | - |
| YUV | 55.41 | 225.4 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 44 | 228 | 0.95 | 0.81 | 0 | 0.11 | 231.11 | 0.9 | 0.47 |
| Hex | C | 2C | E4 | 5F | 51 | 0 | B | E7 | 5A | 2F |
| Octal | 14 | 54 | 344 | 137 | 121 | 0 | 13 | 347 | 132 | 57 |
| Binary | 1100 | 101100 | 11100100 | 1011111 | 1010001 | 0 | 1011 | 11100111 | 1011010 | 101111 |
Color Harmonies of #0C2CE4
Complementary color
Monochromatic Colors of #0C2CE4
Black with #0C2CE4
Text Example
Text Example
White with #0C2CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2CE4; }
p { color: rgb(12,44,228); }
H1.HeaderClassName
{
color: #0C2CE4;
}
.AnyTagClassName
{
color: #0C2CE4;
}
</style>
background-color css
<style>
a { background-color: #0C2CE4; }
a { background-color: rgb(12,44,228); }
div.DivClassName
{
background-color: #0C2CE4;
}
.BgClassName
{
background-color: #0C2CE4;
}
</style>
border-color css
<style>
span { border-color: #0C2CE4; }
span { border-color: rgb(12,44,228); }
td.TdClassName
{
border-color: #0C2CE4;
}
.TagClassName
{
border-color: #0C2CE4;
}
</style>