Shades of Persian Blue #0C3ACB
Tints of Persian Blue #0C3ACB
RGB
CMYK
RGB Variations
Color information
#0C3ACB (or 0x0C3ACB) is known color: Persian Blue. HEX triplet: 0C, 3A and CB. RGB value is (12,58,203). Sum of RGB (Red+Green+Blue) = 12+58+203=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 203 (79.69% from 255 or 74.36% from 273); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C3ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3ACB is #F3C534. Grayscale: #3C3C3C. Windows color (decimal): -15975733 or 13318668. OLE color: 13318668.
HSL color Cylindrical-coordinate representation of color #0C3ACB: hue angle of 225.55º 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 #0C3ACB is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 58 | 203 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.20 |
| HSL | 225.55º | 0.89% | 0.42% | - |
| HSV(B) | 225.55º | 0.94% | 0.8% | - |
| XYZ | 12.44 | 7.42 | 57.28 | - |
| YUV | 60.78 | 208.26 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 58 | 203 | 0.94 | 0.71 | 0 | 0.20 | 225.55 | 0.89 | 0.42 |
| Hex | C | 3A | CB | 5E | 47 | 0 | 14 | E2 | 59 | 2A |
| Octal | 14 | 72 | 313 | 136 | 107 | 0 | 24 | 342 | 131 | 52 |
| Binary | 1100 | 111010 | 11001011 | 1011110 | 1000111 | 0 | 10100 | 11100010 | 1011001 | 101010 |
Color Harmonies of #0C3ACB
Complementary color
Monochromatic Colors of #0C3ACB
Black with #0C3ACB
Text Example
Text Example
White with #0C3ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3ACB; }
p { color: rgb(12,58,203); }
H1.HeaderClassName
{
color: #0C3ACB;
}
.AnyTagClassName
{
color: #0C3ACB;
}
</style>
background-color css
<style>
a { background-color: #0C3ACB; }
a { background-color: rgb(12,58,203); }
div.DivClassName
{
background-color: #0C3ACB;
}
.BgClassName
{
background-color: #0C3ACB;
}
</style>
border-color css
<style>
span { border-color: #0C3ACB; }
span { border-color: rgb(12,58,203); }
td.TdClassName
{
border-color: #0C3ACB;
}
.TagClassName
{
border-color: #0C3ACB;
}
</style>