Shades of Persian Blue #0C23BA
Tints of Persian Blue #0C23BA
RGB
CMYK
RGB Variations
Color information
#0C23BA (or 0x0C23BA) is known color: Persian Blue. HEX triplet: 0C, 23 and BA. RGB value is (12,35,186). Sum of RGB (Red+Green+Blue) = 12+35+186=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #0C23BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C23BA is #F3DC45. Grayscale: #2C2C2C. Windows color (decimal): -15981638 or 12198668. OLE color: 12198668.
HSL color Cylindrical-coordinate representation of color #0C23BA: hue angle of 232.07º 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 #0C23BA is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 35 | 186 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.27 |
| HSL | 232.07º | 0.88% | 0.39% | - |
| HSV(B) | 232.07º | 0.94% | 0.73% | - |
| XYZ | 9.62 | 4.83 | 46.88 | - |
| YUV | 45.34 | 207.38 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 35 | 186 | 0.94 | 0.81 | 0 | 0.27 | 232.07 | 0.88 | 0.39 |
| Hex | C | 23 | BA | 5E | 51 | 0 | 1B | E8 | 58 | 27 |
| Octal | 14 | 43 | 272 | 136 | 121 | 0 | 33 | 350 | 130 | 47 |
| Binary | 1100 | 100011 | 10111010 | 1011110 | 1010001 | 0 | 11011 | 11101000 | 1011000 | 100111 |
Color Harmonies of #0C23BA
Complementary color
Monochromatic Colors of #0C23BA
Black with #0C23BA
Text Example
Text Example
White with #0C23BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C23BA; }
p { color: rgb(12,35,186); }
H1.HeaderClassName
{
color: #0C23BA;
}
.AnyTagClassName
{
color: #0C23BA;
}
</style>
background-color css
<style>
a { background-color: #0C23BA; }
a { background-color: rgb(12,35,186); }
div.DivClassName
{
background-color: #0C23BA;
}
.BgClassName
{
background-color: #0C23BA;
}
</style>
border-color css
<style>
span { border-color: #0C23BA; }
span { border-color: rgb(12,35,186); }
td.TdClassName
{
border-color: #0C23BA;
}
.TagClassName
{
border-color: #0C23BA;
}
</style>