Shades of Persian Blue #0C28CA
Tints of Persian Blue #0C28CA
RGB
CMYK
RGB Variations
Color information
#0C28CA (or 0x0C28CA) is known color: Persian Blue. HEX triplet: 0C, 28 and CA. RGB value is (12,40,202). Sum of RGB (Red+Green+Blue) = 12+40+202=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 202 (79.30% from 255 or 79.53% from 254); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C28CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C28CA is #F3D735. Grayscale: #313131. Windows color (decimal): -15980342 or 13248524. OLE color: 13248524.
HSL color Cylindrical-coordinate representation of color #0C28CA: hue angle of 231.16º 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 #0C28CA is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 40 | 202 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.21 |
| HSL | 231.16º | 0.89% | 0.42% | - |
| HSV(B) | 231.16º | 0.94% | 0.79% | - |
| XYZ | 11.57 | 5.86 | 56.4 | - |
| YUV | 50.1 | 213.72 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 40 | 202 | 0.94 | 0.80 | 0 | 0.21 | 231.16 | 0.89 | 0.42 |
| Hex | C | 28 | CA | 5E | 50 | 0 | 15 | E7 | 59 | 2A |
| Octal | 14 | 50 | 312 | 136 | 120 | 0 | 25 | 347 | 131 | 52 |
| Binary | 1100 | 101000 | 11001010 | 1011110 | 1010000 | 0 | 10101 | 11100111 | 1011001 | 101010 |
Color Harmonies of #0C28CA
Complementary color
Monochromatic Colors of #0C28CA
Black with #0C28CA
Text Example
Text Example
White with #0C28CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C28CA; }
p { color: rgb(12,40,202); }
H1.HeaderClassName
{
color: #0C28CA;
}
.AnyTagClassName
{
color: #0C28CA;
}
</style>
background-color css
<style>
a { background-color: #0C28CA; }
a { background-color: rgb(12,40,202); }
div.DivClassName
{
background-color: #0C28CA;
}
.BgClassName
{
background-color: #0C28CA;
}
</style>
border-color css
<style>
span { border-color: #0C28CA; }
span { border-color: rgb(12,40,202); }
td.TdClassName
{
border-color: #0C28CA;
}
.TagClassName
{
border-color: #0C28CA;
}
</style>