Shades of Persian Blue #0C42CC
Tints of Persian Blue #0C42CC
RGB
CMYK
RGB Variations
Color information
#0C42CC (or 0x0C42CC) is known color: Persian Blue. HEX triplet: 0C, 42 and CC. RGB value is (12,66,204). Sum of RGB (Red+Green+Blue) = 12+66+204=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C42CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C42CC is #F3BD33. Grayscale: #404040. Windows color (decimal): -15973684 or 13386252. OLE color: 13386252.
HSL color Cylindrical-coordinate representation of color #0C42CC: hue angle of 223.12º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C42CC is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 66 | 204 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.2 |
| HSL | 223.13º | 0.89% | 0.42% | - |
| HSV(B) | 223.13º | 0.94% | 0.8% | - |
| XYZ | 13 | 8.33 | 58.05 | - |
| YUV | 65.59 | 206.11 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 66 | 204 | 0.94 | 0.68 | 0 | 0.2 | 223.13 | 0.89 | 0.42 |
| Hex | C | 42 | CC | 5E | 44 | 0 | 14 | DF | 59 | 2A |
| Octal | 14 | 102 | 314 | 136 | 104 | 0 | 24 | 337 | 131 | 52 |
| Binary | 1100 | 1000010 | 11001100 | 1011110 | 1000100 | 0 | 10100 | 11011111 | 1011001 | 101010 |
Color Harmonies of #0C42CC
Complementary color
Monochromatic Colors of #0C42CC
Black with #0C42CC
Text Example
Text Example
White with #0C42CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C42CC; }
p { color: rgb(12,66,204); }
H1.HeaderClassName
{
color: #0C42CC;
}
.AnyTagClassName
{
color: #0C42CC;
}
</style>
background-color css
<style>
a { background-color: #0C42CC; }
a { background-color: rgb(12,66,204); }
div.DivClassName
{
background-color: #0C42CC;
}
.BgClassName
{
background-color: #0C42CC;
}
</style>
border-color css
<style>
span { border-color: #0C42CC; }
span { border-color: rgb(12,66,204); }
td.TdClassName
{
border-color: #0C42CC;
}
.TagClassName
{
border-color: #0C42CC;
}
</style>