Shades of Persian Blue #0C42EA
Tints of Persian Blue #0C42EA
RGB
CMYK
RGB Variations
Color information
#0C42EA (or 0x0C42EA) is known color: Persian Blue. HEX triplet: 0C, 42 and EA. RGB value is (12,66,234). Sum of RGB (Red+Green+Blue) = 12+66+234=312 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.85% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 234 (91.80% from 255 or 75% from 312); Max value from RGB is 234 - color contains mainly: blue. Hex color #0C42EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C42EA is #F3BD15. Grayscale: #444444. Windows color (decimal): -15973654 or 15352332. OLE color: 15352332.
HSL color Cylindrical-coordinate representation of color #0C42EA: hue angle of 225.41º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C42EA is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 66 | 234 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.08 |
| HSL | 225.41º | 0.9% | 0.48% | - |
| HSV(B) | 225.41º | 0.95% | 0.92% | - |
| XYZ | 16.95 | 9.92 | 78.86 | - |
| YUV | 69.01 | 221.11 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 66 | 234 | 0.95 | 0.72 | 0 | 0.08 | 225.41 | 0.9 | 0.48 |
| Hex | C | 42 | EA | 5F | 48 | 0 | 8 | E1 | 5A | 30 |
| Octal | 14 | 102 | 352 | 137 | 110 | 0 | 10 | 341 | 132 | 60 |
| Binary | 1100 | 1000010 | 11101010 | 1011111 | 1001000 | 0 | 1000 | 11100001 | 1011010 | 110000 |
Color Harmonies of #0C42EA
Complementary color
Monochromatic Colors of #0C42EA
Black with #0C42EA
Text Example
Text Example
White with #0C42EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C42EA; }
p { color: rgb(12,66,234); }
H1.HeaderClassName
{
color: #0C42EA;
}
.AnyTagClassName
{
color: #0C42EA;
}
</style>
background-color css
<style>
a { background-color: #0C42EA; }
a { background-color: rgb(12,66,234); }
div.DivClassName
{
background-color: #0C42EA;
}
.BgClassName
{
background-color: #0C42EA;
}
</style>
border-color css
<style>
span { border-color: #0C42EA; }
span { border-color: rgb(12,66,234); }
td.TdClassName
{
border-color: #0C42EA;
}
.TagClassName
{
border-color: #0C42EA;
}
</style>