Shades of Persian Blue #0C21BB
Tints of Persian Blue #0C21BB
RGB
CMYK
RGB Variations
Color information
#0C21BB (or 0x0C21BB) is known color: Persian Blue. HEX triplet: 0C, 21 and BB. RGB value is (12,33,187). Sum of RGB (Red+Green+Blue) = 12+33+187=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 187 (73.44% from 255 or 80.60% from 232); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C21BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C21BB is #F3DE44. Grayscale: #2B2B2B. Windows color (decimal): -15982149 or 12263692. OLE color: 12263692.
HSL color Cylindrical-coordinate representation of color #0C21BB: hue angle of 232.8º 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 #0C21BB is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 33 | 187 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.27 |
| HSL | 232.8º | 0.88% | 0.39% | - |
| HSV(B) | 232.8º | 0.94% | 0.73% | - |
| XYZ | 9.67 | 4.75 | 47.42 | - |
| YUV | 44.28 | 208.54 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 33 | 187 | 0.94 | 0.82 | 0 | 0.27 | 232.8 | 0.88 | 0.39 |
| Hex | C | 21 | BB | 5E | 52 | 0 | 1B | E9 | 58 | 27 |
| Octal | 14 | 41 | 273 | 136 | 122 | 0 | 33 | 351 | 130 | 47 |
| Binary | 1100 | 100001 | 10111011 | 1011110 | 1010010 | 0 | 11011 | 11101001 | 1011000 | 100111 |
Color Harmonies of #0C21BB
Complementary color
Monochromatic Colors of #0C21BB
Black with #0C21BB
Text Example
Text Example
White with #0C21BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C21BB; }
p { color: rgb(12,33,187); }
H1.HeaderClassName
{
color: #0C21BB;
}
.AnyTagClassName
{
color: #0C21BB;
}
</style>
background-color css
<style>
a { background-color: #0C21BB; }
a { background-color: rgb(12,33,187); }
div.DivClassName
{
background-color: #0C21BB;
}
.BgClassName
{
background-color: #0C21BB;
}
</style>
border-color css
<style>
span { border-color: #0C21BB; }
span { border-color: rgb(12,33,187); }
td.TdClassName
{
border-color: #0C21BB;
}
.TagClassName
{
border-color: #0C21BB;
}
</style>