Shades of Persian Blue #0C3BBB
Tints of Persian Blue #0C3BBB
RGB
CMYK
RGB Variations
Color information
#0C3BBB (or 0x0C3BBB) is known color: Persian Blue. HEX triplet: 0C, 3B and BB. RGB value is (12,59,187). Sum of RGB (Red+Green+Blue) = 12+59+187=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 187 (73.44% from 255 or 72.48% from 258); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C3BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3BBB is #F3C444. Grayscale: #3A3A3A. Windows color (decimal): -15975493 or 12270348. OLE color: 12270348.
HSL color Cylindrical-coordinate representation of color #0C3BBB: hue angle of 223.89º 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 #0C3BBB is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 59 | 187 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.27 |
| HSL | 223.89º | 0.88% | 0.39% | - |
| HSV(B) | 223.89º | 0.94% | 0.73% | - |
| XYZ | 10.69 | 6.79 | 47.76 | - |
| YUV | 59.54 | 199.93 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 59 | 187 | 0.94 | 0.68 | 0 | 0.27 | 223.89 | 0.88 | 0.39 |
| Hex | C | 3B | BB | 5E | 44 | 0 | 1B | E0 | 58 | 27 |
| Octal | 14 | 73 | 273 | 136 | 104 | 0 | 33 | 340 | 130 | 47 |
| Binary | 1100 | 111011 | 10111011 | 1011110 | 1000100 | 0 | 11011 | 11100000 | 1011000 | 100111 |
Color Harmonies of #0C3BBB
Complementary color
Monochromatic Colors of #0C3BBB
Black with #0C3BBB
Text Example
Text Example
White with #0C3BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3BBB; }
p { color: rgb(12,59,187); }
H1.HeaderClassName
{
color: #0C3BBB;
}
.AnyTagClassName
{
color: #0C3BBB;
}
</style>
background-color css
<style>
a { background-color: #0C3BBB; }
a { background-color: rgb(12,59,187); }
div.DivClassName
{
background-color: #0C3BBB;
}
.BgClassName
{
background-color: #0C3BBB;
}
</style>
border-color css
<style>
span { border-color: #0C3BBB; }
span { border-color: rgb(12,59,187); }
td.TdClassName
{
border-color: #0C3BBB;
}
.TagClassName
{
border-color: #0C3BBB;
}
</style>