Shades of Persian Blue #0C21BA
Tints of Persian Blue #0C21BA
RGB
CMYK
RGB Variations
Color information
#0C21BA (or 0x0C21BA) is known color: Persian Blue. HEX triplet: 0C, 21 and BA. RGB value is (12,33,186). Sum of RGB (Red+Green+Blue) = 12+33+186=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 186 (73.05% from 255 or 80.52% from 231); Max value from RGB is 186 - color contains mainly: blue. Hex color #0C21BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C21BA is #F3DE45. Grayscale: #2B2B2B. Windows color (decimal): -15982150 or 12198156. OLE color: 12198156.
HSL color Cylindrical-coordinate representation of color #0C21BA: hue angle of 232.76º 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 #0C21BA is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 33 | 186 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.27 |
| HSL | 232.76º | 0.88% | 0.39% | - |
| HSV(B) | 232.76º | 0.94% | 0.73% | - |
| XYZ | 9.56 | 4.71 | 46.86 | - |
| YUV | 44.16 | 208.04 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 33 | 186 | 0.94 | 0.82 | 0 | 0.27 | 232.76 | 0.88 | 0.39 |
| Hex | C | 21 | BA | 5E | 52 | 0 | 1B | E9 | 58 | 27 |
| Octal | 14 | 41 | 272 | 136 | 122 | 0 | 33 | 351 | 130 | 47 |
| Binary | 1100 | 100001 | 10111010 | 1011110 | 1010010 | 0 | 11011 | 11101001 | 1011000 | 100111 |
Color Harmonies of #0C21BA
Complementary color
Monochromatic Colors of #0C21BA
Black with #0C21BA
Text Example
Text Example
White with #0C21BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C21BA; }
p { color: rgb(12,33,186); }
H1.HeaderClassName
{
color: #0C21BA;
}
.AnyTagClassName
{
color: #0C21BA;
}
</style>
background-color css
<style>
a { background-color: #0C21BA; }
a { background-color: rgb(12,33,186); }
div.DivClassName
{
background-color: #0C21BA;
}
.BgClassName
{
background-color: #0C21BA;
}
</style>
border-color css
<style>
span { border-color: #0C21BA; }
span { border-color: rgb(12,33,186); }
td.TdClassName
{
border-color: #0C21BA;
}
.TagClassName
{
border-color: #0C21BA;
}
</style>