Shades of Persian Blue #0C20BB
Tints of Persian Blue #0C20BB
RGB
CMYK
RGB Variations
Color information
#0C20BB (or 0x0C20BB) is known color: Persian Blue. HEX triplet: 0C, 20 and BB. RGB value is (12,32,187). Sum of RGB (Red+Green+Blue) = 12+32+187=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 187 (73.44% from 255 or 80.95% from 231); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C20BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C20BB is #F3DF44. Grayscale: #2B2B2B. Windows color (decimal): -15982405 or 12263436. OLE color: 12263436.
HSL color Cylindrical-coordinate representation of color #0C20BB: hue angle of 233.14º 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 #0C20BB is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 32 | 187 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.27 |
| HSL | 233.14º | 0.88% | 0.39% | - |
| HSV(B) | 233.14º | 0.94% | 0.73% | - |
| XYZ | 9.64 | 4.7 | 47.41 | - |
| YUV | 43.69 | 208.87 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 32 | 187 | 0.94 | 0.83 | 0 | 0.27 | 233.14 | 0.88 | 0.39 |
| Hex | C | 20 | BB | 5E | 53 | 0 | 1B | E9 | 58 | 27 |
| Octal | 14 | 40 | 273 | 136 | 123 | 0 | 33 | 351 | 130 | 47 |
| Binary | 1100 | 100000 | 10111011 | 1011110 | 1010011 | 0 | 11011 | 11101001 | 1011000 | 100111 |
Color Harmonies of #0C20BB
Complementary color
Monochromatic Colors of #0C20BB
Black with #0C20BB
Text Example
Text Example
White with #0C20BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C20BB; }
p { color: rgb(12,32,187); }
H1.HeaderClassName
{
color: #0C20BB;
}
.AnyTagClassName
{
color: #0C20BB;
}
</style>
background-color css
<style>
a { background-color: #0C20BB; }
a { background-color: rgb(12,32,187); }
div.DivClassName
{
background-color: #0C20BB;
}
.BgClassName
{
background-color: #0C20BB;
}
</style>
border-color css
<style>
span { border-color: #0C20BB; }
span { border-color: rgb(12,32,187); }
td.TdClassName
{
border-color: #0C20BB;
}
.TagClassName
{
border-color: #0C20BB;
}
</style>