Shades of Persian Blue #0C39F0
Tints of Persian Blue #0C39F0
RGB
CMYK
RGB Variations
Color information
#0C39F0 (or 0x0C39F0) is known color: Persian Blue. HEX triplet: 0C, 39 and F0. RGB value is (12,57,240). Sum of RGB (Red+Green+Blue) = 12+57+240=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 240 (94.14% from 255 or 77.67% from 309); Max value from RGB is 240 - color contains mainly: blue. Hex color #0C39F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C39F0 is #F3C60F. Grayscale: #3F3F3F. Windows color (decimal): -15975952 or 15743244. OLE color: 15743244.
HSL color Cylindrical-coordinate representation of color #0C39F0: hue angle of 228.16º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C39F0 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 57 | 240 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.06 |
| HSL | 228.16º | 0.9% | 0.49% | - |
| HSV(B) | 228.16º | 0.95% | 0.94% | - |
| XYZ | 17.34 | 9.3 | 83.32 | - |
| YUV | 64.41 | 227.09 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 57 | 240 | 0.95 | 0.76 | 0 | 0.06 | 228.16 | 0.9 | 0.49 |
| Hex | C | 39 | F0 | 5F | 4C | 0 | 6 | E4 | 5A | 31 |
| Octal | 14 | 71 | 360 | 137 | 114 | 0 | 6 | 344 | 132 | 61 |
| Binary | 1100 | 111001 | 11110000 | 1011111 | 1001100 | 0 | 110 | 11100100 | 1011010 | 110001 |
Color Harmonies of #0C39F0
Complementary color
Monochromatic Colors of #0C39F0
Black with #0C39F0
Text Example
Text Example
White with #0C39F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C39F0; }
p { color: rgb(12,57,240); }
H1.HeaderClassName
{
color: #0C39F0;
}
.AnyTagClassName
{
color: #0C39F0;
}
</style>
background-color css
<style>
a { background-color: #0C39F0; }
a { background-color: rgb(12,57,240); }
div.DivClassName
{
background-color: #0C39F0;
}
.BgClassName
{
background-color: #0C39F0;
}
</style>
border-color css
<style>
span { border-color: #0C39F0; }
span { border-color: rgb(12,57,240); }
td.TdClassName
{
border-color: #0C39F0;
}
.TagClassName
{
border-color: #0C39F0;
}
</style>