Shades of Persian Blue #0C1EBC
Tints of Persian Blue #0C1EBC
RGB
CMYK
RGB Variations
Color information
#0C1EBC (or 0x0C1EBC) is known color: Persian Blue. HEX triplet: 0C, 1E and BC. RGB value is (12,30,188). Sum of RGB (Red+Green+Blue) = 12+30+188=230 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.22% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 188 (73.83% from 255 or 81.74% from 230); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C1EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1EBC is #F3E143. Grayscale: #292929. Windows color (decimal): -15982916 or 12328460. OLE color: 12328460.
HSL color Cylindrical-coordinate representation of color #0C1EBC: hue angle of 233.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C1EBC is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 30 | 188 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.26 |
| HSL | 233.86º | 0.88% | 0.39% | - |
| HSV(B) | 233.86º | 0.94% | 0.74% | - |
| XYZ | 9.69 | 4.64 | 47.96 | - |
| YUV | 42.63 | 210.04 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 30 | 188 | 0.94 | 0.84 | 0 | 0.26 | 233.86 | 0.88 | 0.39 |
| Hex | C | 1E | BC | 5E | 54 | 0 | 1A | EA | 58 | 27 |
| Octal | 14 | 36 | 274 | 136 | 124 | 0 | 32 | 352 | 130 | 47 |
| Binary | 1100 | 11110 | 10111100 | 1011110 | 1010100 | 0 | 11010 | 11101010 | 1011000 | 100111 |
Color Harmonies of #0C1EBC
Complementary color
Monochromatic Colors of #0C1EBC
Black with #0C1EBC
Text Example
Text Example
White with #0C1EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1EBC; }
p { color: rgb(12,30,188); }
H1.HeaderClassName
{
color: #0C1EBC;
}
.AnyTagClassName
{
color: #0C1EBC;
}
</style>
background-color css
<style>
a { background-color: #0C1EBC; }
a { background-color: rgb(12,30,188); }
div.DivClassName
{
background-color: #0C1EBC;
}
.BgClassName
{
background-color: #0C1EBC;
}
</style>
border-color css
<style>
span { border-color: #0C1EBC; }
span { border-color: rgb(12,30,188); }
td.TdClassName
{
border-color: #0C1EBC;
}
.TagClassName
{
border-color: #0C1EBC;
}
</style>