Shades of Persian Blue #0C39BF
Tints of Persian Blue #0C39BF
RGB
CMYK
RGB Variations
Color information
#0C39BF (or 0x0C39BF) is known color: Persian Blue. HEX triplet: 0C, 39 and BF. RGB value is (12,57,191). Sum of RGB (Red+Green+Blue) = 12+57+191=260 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.62% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 191 (75% from 255 or 73.46% from 260); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C39BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C39BF is #F3C640. Grayscale: #3A3A3A. Windows color (decimal): -15976001 or 12531980. OLE color: 12531980.
HSL color Cylindrical-coordinate representation of color #0C39BF: hue angle of 224.92º 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 #0C39BF is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 57 | 191 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.25 |
| HSL | 224.92º | 0.88% | 0.4% | - |
| HSV(B) | 224.92º | 0.94% | 0.75% | - |
| XYZ | 11.02 | 6.77 | 50.02 | - |
| YUV | 58.82 | 202.59 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 57 | 191 | 0.94 | 0.70 | 0 | 0.25 | 224.92 | 0.88 | 0.4 |
| Hex | C | 39 | BF | 5E | 46 | 0 | 19 | E1 | 58 | 28 |
| Octal | 14 | 71 | 277 | 136 | 106 | 0 | 31 | 341 | 130 | 50 |
| Binary | 1100 | 111001 | 10111111 | 1011110 | 1000110 | 0 | 11001 | 11100001 | 1011000 | 101000 |
Color Harmonies of #0C39BF
Complementary color
Monochromatic Colors of #0C39BF
Black with #0C39BF
Text Example
Text Example
White with #0C39BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C39BF; }
p { color: rgb(12,57,191); }
H1.HeaderClassName
{
color: #0C39BF;
}
.AnyTagClassName
{
color: #0C39BF;
}
</style>
background-color css
<style>
a { background-color: #0C39BF; }
a { background-color: rgb(12,57,191); }
div.DivClassName
{
background-color: #0C39BF;
}
.BgClassName
{
background-color: #0C39BF;
}
</style>
border-color css
<style>
span { border-color: #0C39BF; }
span { border-color: rgb(12,57,191); }
td.TdClassName
{
border-color: #0C39BF;
}
.TagClassName
{
border-color: #0C39BF;
}
</style>