Shades of Persian Blue #0C36D8
Tints of Persian Blue #0C36D8
RGB
CMYK
RGB Variations
Color information
#0C36D8 (or 0x0C36D8) is known color: Persian Blue. HEX triplet: 0C, 36 and D8. RGB value is (12,54,216). Sum of RGB (Red+Green+Blue) = 12+54+216=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 216 (84.77% from 255 or 76.60% from 282); Max value from RGB is 216 - color contains mainly: blue. Hex color #0C36D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C36D8 is #F3C927. Grayscale: #3B3B3B. Windows color (decimal): -15976744 or 14169612. OLE color: 14169612.
HSL color Cylindrical-coordinate representation of color #0C36D8: hue angle of 227.65º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C36D8 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 54 | 216 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.15 |
| HSL | 227.65º | 0.89% | 0.45% | - |
| HSV(B) | 227.65º | 0.94% | 0.85% | - |
| XYZ | 13.87 | 7.67 | 65.72 | - |
| YUV | 59.91 | 216.09 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 54 | 216 | 0.94 | 0.75 | 0 | 0.15 | 227.65 | 0.89 | 0.45 |
| Hex | C | 36 | D8 | 5E | 4B | 0 | F | E4 | 59 | 2D |
| Octal | 14 | 66 | 330 | 136 | 113 | 0 | 17 | 344 | 131 | 55 |
| Binary | 1100 | 110110 | 11011000 | 1011110 | 1001011 | 0 | 1111 | 11100100 | 1011001 | 101101 |
Color Harmonies of #0C36D8
Complementary color
Monochromatic Colors of #0C36D8
Black with #0C36D8
Text Example
Text Example
White with #0C36D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C36D8; }
p { color: rgb(12,54,216); }
H1.HeaderClassName
{
color: #0C36D8;
}
.AnyTagClassName
{
color: #0C36D8;
}
</style>
background-color css
<style>
a { background-color: #0C36D8; }
a { background-color: rgb(12,54,216); }
div.DivClassName
{
background-color: #0C36D8;
}
.BgClassName
{
background-color: #0C36D8;
}
</style>
border-color css
<style>
span { border-color: #0C36D8; }
span { border-color: rgb(12,54,216); }
td.TdClassName
{
border-color: #0C36D8;
}
.TagClassName
{
border-color: #0C36D8;
}
</style>