Shades of Persian Blue #0C2BCB
Tints of Persian Blue #0C2BCB
RGB
CMYK
RGB Variations
Color information
#0C2BCB (or 0x0C2BCB) is known color: Persian Blue. HEX triplet: 0C, 2B and CB. RGB value is (12,43,203). Sum of RGB (Red+Green+Blue) = 12+43+203=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 203 (79.69% from 255 or 78.68% from 258); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C2BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2BCB is #F3D434. Grayscale: #333333. Windows color (decimal): -15979573 or 13314828. OLE color: 13314828.
HSL color Cylindrical-coordinate representation of color #0C2BCB: hue angle of 230.26º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C2BCB is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 43 | 203 | - |
| CMYK | 0.94 | 0.79 | 0 | 0.20 |
| HSL | 230.26º | 0.89% | 0.42% | - |
| HSV(B) | 230.26º | 0.94% | 0.8% | - |
| XYZ | 11.79 | 6.12 | 57.06 | - |
| YUV | 51.97 | 213.23 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 43 | 203 | 0.94 | 0.79 | 0 | 0.20 | 230.26 | 0.89 | 0.42 |
| Hex | C | 2B | CB | 5E | 4F | 0 | 14 | E6 | 59 | 2A |
| Octal | 14 | 53 | 313 | 136 | 117 | 0 | 24 | 346 | 131 | 52 |
| Binary | 1100 | 101011 | 11001011 | 1011110 | 1001111 | 0 | 10100 | 11100110 | 1011001 | 101010 |
Color Harmonies of #0C2BCB
Complementary color
Monochromatic Colors of #0C2BCB
Black with #0C2BCB
Text Example
Text Example
White with #0C2BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2BCB; }
p { color: rgb(12,43,203); }
H1.HeaderClassName
{
color: #0C2BCB;
}
.AnyTagClassName
{
color: #0C2BCB;
}
</style>
background-color css
<style>
a { background-color: #0C2BCB; }
a { background-color: rgb(12,43,203); }
div.DivClassName
{
background-color: #0C2BCB;
}
.BgClassName
{
background-color: #0C2BCB;
}
</style>
border-color css
<style>
span { border-color: #0C2BCB; }
span { border-color: rgb(12,43,203); }
td.TdClassName
{
border-color: #0C2BCB;
}
.TagClassName
{
border-color: #0C2BCB;
}
</style>