Shades of Persian Blue #0C35DA
Tints of Persian Blue #0C35DA
RGB
CMYK
RGB Variations
Color information
#0C35DA (or 0x0C35DA) is known color: Persian Blue. HEX triplet: 0C, 35 and DA. RGB value is (12,53,218). Sum of RGB (Red+Green+Blue) = 12+53+218=283 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.24% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 218 (85.55% from 255 or 77.03% from 283); Max value from RGB is 218 - color contains mainly: blue. Hex color #0C35DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C35DA is #F3CA25. Grayscale: #3A3A3A. Windows color (decimal): -15976998 or 14300428. OLE color: 14300428.
HSL color Cylindrical-coordinate representation of color #0C35DA: hue angle of 228.06º degrees, saturation: 0.9, 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 #0C35DA is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 53 | 218 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.15 |
| HSL | 228.06º | 0.9% | 0.45% | - |
| HSV(B) | 228.06º | 0.94% | 0.85% | - |
| XYZ | 14.08 | 7.69 | 67.07 | - |
| YUV | 59.55 | 217.42 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 53 | 218 | 0.94 | 0.76 | 0 | 0.15 | 228.06 | 0.9 | 0.45 |
| Hex | C | 35 | DA | 5E | 4C | 0 | F | E4 | 5A | 2D |
| Octal | 14 | 65 | 332 | 136 | 114 | 0 | 17 | 344 | 132 | 55 |
| Binary | 1100 | 110101 | 11011010 | 1011110 | 1001100 | 0 | 1111 | 11100100 | 1011010 | 101101 |
Color Harmonies of #0C35DA
Complementary color
Monochromatic Colors of #0C35DA
Black with #0C35DA
Text Example
Text Example
White with #0C35DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C35DA; }
p { color: rgb(12,53,218); }
H1.HeaderClassName
{
color: #0C35DA;
}
.AnyTagClassName
{
color: #0C35DA;
}
</style>
background-color css
<style>
a { background-color: #0C35DA; }
a { background-color: rgb(12,53,218); }
div.DivClassName
{
background-color: #0C35DA;
}
.BgClassName
{
background-color: #0C35DA;
}
</style>
border-color css
<style>
span { border-color: #0C35DA; }
span { border-color: rgb(12,53,218); }
td.TdClassName
{
border-color: #0C35DA;
}
.TagClassName
{
border-color: #0C35DA;
}
</style>