Shades of Persian Blue #0C42CA
Tints of Persian Blue #0C42CA
RGB
CMYK
RGB Variations
Color information
#0C42CA (or 0x0C42CA) is known color: Persian Blue. HEX triplet: 0C, 42 and CA. RGB value is (12,66,202). Sum of RGB (Red+Green+Blue) = 12+66+202=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 202 (79.30% from 255 or 72.14% from 280); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C42CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C42CA is #F3BD35. Grayscale: #404040. Windows color (decimal): -15973686 or 13255180. OLE color: 13255180.
HSL color Cylindrical-coordinate representation of color #0C42CA: hue angle of 222.95º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C42CA is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 66 | 202 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.21 |
| HSL | 222.95º | 0.89% | 0.42% | - |
| HSV(B) | 222.95º | 0.94% | 0.79% | - |
| XYZ | 12.76 | 8.24 | 56.79 | - |
| YUV | 65.36 | 205.11 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 66 | 202 | 0.94 | 0.67 | 0 | 0.21 | 222.95 | 0.89 | 0.42 |
| Hex | C | 42 | CA | 5E | 43 | 0 | 15 | DF | 59 | 2A |
| Octal | 14 | 102 | 312 | 136 | 103 | 0 | 25 | 337 | 131 | 52 |
| Binary | 1100 | 1000010 | 11001010 | 1011110 | 1000011 | 0 | 10101 | 11011111 | 1011001 | 101010 |
Color Harmonies of #0C42CA
Complementary color
Monochromatic Colors of #0C42CA
Black with #0C42CA
Text Example
Text Example
White with #0C42CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C42CA; }
p { color: rgb(12,66,202); }
H1.HeaderClassName
{
color: #0C42CA;
}
.AnyTagClassName
{
color: #0C42CA;
}
</style>
background-color css
<style>
a { background-color: #0C42CA; }
a { background-color: rgb(12,66,202); }
div.DivClassName
{
background-color: #0C42CA;
}
.BgClassName
{
background-color: #0C42CA;
}
</style>
border-color css
<style>
span { border-color: #0C42CA; }
span { border-color: rgb(12,66,202); }
td.TdClassName
{
border-color: #0C42CA;
}
.TagClassName
{
border-color: #0C42CA;
}
</style>