Shades of Persian Blue #0C35BA
Tints of Persian Blue #0C35BA
RGB
CMYK
RGB Variations
Color information
#0C35BA (or 0x0C35BA) is known color: Persian Blue. HEX triplet: 0C, 35 and BA. RGB value is (12,53,186). Sum of RGB (Red+Green+Blue) = 12+53+186=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #0C35BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C35BA is #F3CA45. Grayscale: #373737. Windows color (decimal): -15977030 or 12203276. OLE color: 12203276.
HSL color Cylindrical-coordinate representation of color #0C35BA: hue angle of 225.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C35BA is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 53 | 186 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.27 |
| HSL | 225.86º | 0.88% | 0.39% | - |
| HSV(B) | 225.86º | 0.94% | 0.73% | - |
| XYZ | 10.29 | 6.17 | 47.1 | - |
| YUV | 55.9 | 201.42 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 53 | 186 | 0.94 | 0.72 | 0 | 0.27 | 225.86 | 0.88 | 0.39 |
| Hex | C | 35 | BA | 5E | 48 | 0 | 1B | E2 | 58 | 27 |
| Octal | 14 | 65 | 272 | 136 | 110 | 0 | 33 | 342 | 130 | 47 |
| Binary | 1100 | 110101 | 10111010 | 1011110 | 1001000 | 0 | 11011 | 11100010 | 1011000 | 100111 |
Color Harmonies of #0C35BA
Complementary color
Monochromatic Colors of #0C35BA
Black with #0C35BA
Text Example
Text Example
White with #0C35BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C35BA; }
p { color: rgb(12,53,186); }
H1.HeaderClassName
{
color: #0C35BA;
}
.AnyTagClassName
{
color: #0C35BA;
}
</style>
background-color css
<style>
a { background-color: #0C35BA; }
a { background-color: rgb(12,53,186); }
div.DivClassName
{
background-color: #0C35BA;
}
.BgClassName
{
background-color: #0C35BA;
}
</style>
border-color css
<style>
span { border-color: #0C35BA; }
span { border-color: rgb(12,53,186); }
td.TdClassName
{
border-color: #0C35BA;
}
.TagClassName
{
border-color: #0C35BA;
}
</style>