Shades of Persian Blue #0C1DBF
Tints of Persian Blue #0C1DBF
RGB
CMYK
RGB Variations
Color information
#0C1DBF (or 0x0C1DBF) is known color: Persian Blue. HEX triplet: 0C, 1D and BF. RGB value is (12,29,191). Sum of RGB (Red+Green+Blue) = 12+29+191=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 191 (75% from 255 or 82.33% from 232); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C1DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1DBF is #F3E240. Grayscale: #292929. Windows color (decimal): -15983169 or 12524812. OLE color: 12524812.
HSL color Cylindrical-coordinate representation of color #0C1DBF: hue angle of 234.3º 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 #0C1DBF is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 29 | 191 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.25 |
| HSL | 234.3º | 0.88% | 0.4% | - |
| HSV(B) | 234.3º | 0.94% | 0.75% | - |
| XYZ | 9.99 | 4.72 | 49.67 | - |
| YUV | 42.39 | 211.87 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 29 | 191 | 0.94 | 0.85 | 0 | 0.25 | 234.3 | 0.88 | 0.4 |
| Hex | C | 1D | BF | 5E | 55 | 0 | 19 | EA | 58 | 28 |
| Octal | 14 | 35 | 277 | 136 | 125 | 0 | 31 | 352 | 130 | 50 |
| Binary | 1100 | 11101 | 10111111 | 1011110 | 1010101 | 0 | 11001 | 11101010 | 1011000 | 101000 |
Color Harmonies of #0C1DBF
Complementary color
Monochromatic Colors of #0C1DBF
Black with #0C1DBF
Text Example
Text Example
White with #0C1DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1DBF; }
p { color: rgb(12,29,191); }
H1.HeaderClassName
{
color: #0C1DBF;
}
.AnyTagClassName
{
color: #0C1DBF;
}
</style>
background-color css
<style>
a { background-color: #0C1DBF; }
a { background-color: rgb(12,29,191); }
div.DivClassName
{
background-color: #0C1DBF;
}
.BgClassName
{
background-color: #0C1DBF;
}
</style>
border-color css
<style>
span { border-color: #0C1DBF; }
span { border-color: rgb(12,29,191); }
td.TdClassName
{
border-color: #0C1DBF;
}
.TagClassName
{
border-color: #0C1DBF;
}
</style>