Shades of Persian Blue #0C1CBF
Tints of Persian Blue #0C1CBF
RGB
CMYK
RGB Variations
Color information
#0C1CBF (or 0x0C1CBF) is known color: Persian Blue. HEX triplet: 0C, 1C and BF. RGB value is (12,28,191). Sum of RGB (Red+Green+Blue) = 12+28+191=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 191 (75% from 255 or 82.68% from 231); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C1CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1CBF is #F3E340. Grayscale: #292929. Windows color (decimal): -15983425 or 12524556. OLE color: 12524556.
HSL color Cylindrical-coordinate representation of color #0C1CBF: hue angle of 234.64º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C1CBF is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 28 | 191 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.25 |
| HSL | 234.64º | 0.88% | 0.4% | - |
| HSV(B) | 234.64º | 0.94% | 0.75% | - |
| XYZ | 9.97 | 4.67 | 49.67 | - |
| YUV | 41.8 | 212.2 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 28 | 191 | 0.94 | 0.85 | 0 | 0.25 | 234.64 | 0.88 | 0.4 |
| Hex | C | 1C | BF | 5E | 55 | 0 | 19 | EB | 58 | 28 |
| Octal | 14 | 34 | 277 | 136 | 125 | 0 | 31 | 353 | 130 | 50 |
| Binary | 1100 | 11100 | 10111111 | 1011110 | 1010101 | 0 | 11001 | 11101011 | 1011000 | 101000 |
Color Harmonies of #0C1CBF
Complementary color
Monochromatic Colors of #0C1CBF
Black with #0C1CBF
Text Example
Text Example
White with #0C1CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1CBF; }
p { color: rgb(12,28,191); }
H1.HeaderClassName
{
color: #0C1CBF;
}
.AnyTagClassName
{
color: #0C1CBF;
}
</style>
background-color css
<style>
a { background-color: #0C1CBF; }
a { background-color: rgb(12,28,191); }
div.DivClassName
{
background-color: #0C1CBF;
}
.BgClassName
{
background-color: #0C1CBF;
}
</style>
border-color css
<style>
span { border-color: #0C1CBF; }
span { border-color: rgb(12,28,191); }
td.TdClassName
{
border-color: #0C1CBF;
}
.TagClassName
{
border-color: #0C1CBF;
}
</style>