Shades of Persian Blue #0F3EC0
Tints of Persian Blue #0F3EC0
RGB
CMYK
RGB Variations
Color information
#0F3EC0 (or 0x0F3EC0) is known color: Persian Blue. HEX triplet: 0F, 3E and C0. RGB value is (15,62,192). Sum of RGB (Red+Green+Blue) = 15+62+192=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 192 (75.39% from 255 or 71.38% from 269); Max value from RGB is 192 - color contains mainly: blue. Hex color #0F3EC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F3EC0 is #F0C13F. Grayscale: #3E3E3E. Windows color (decimal): -15778112 or 12598799. OLE color: 12598799.
HSL color Cylindrical-coordinate representation of color #0F3EC0: hue angle of 224.07º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F3EC0 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 62 | 192 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.25 |
| HSL | 224.07º | 0.86% | 0.41% | - |
| HSV(B) | 224.07º | 0.92% | 0.75% | - |
| XYZ | 11.43 | 7.35 | 50.69 | - |
| YUV | 62.77 | 200.93 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 62 | 192 | 0.92 | 0.68 | 0 | 0.25 | 224.07 | 0.86 | 0.41 |
| Hex | F | 3E | C0 | 5C | 44 | 0 | 19 | E0 | 56 | 29 |
| Octal | 17 | 76 | 300 | 134 | 104 | 0 | 31 | 340 | 126 | 51 |
| Binary | 1111 | 111110 | 11000000 | 1011100 | 1000100 | 0 | 11001 | 11100000 | 1010110 | 101001 |
Color Harmonies of #0F3EC0
Complementary color
Monochromatic Colors of #0F3EC0
Black with #0F3EC0
Text Example
Text Example
White with #0F3EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3EC0; }
p { color: rgb(15,62,192); }
H1.HeaderClassName
{
color: #0F3EC0;
}
.AnyTagClassName
{
color: #0F3EC0;
}
</style>
background-color css
<style>
a { background-color: #0F3EC0; }
a { background-color: rgb(15,62,192); }
div.DivClassName
{
background-color: #0F3EC0;
}
.BgClassName
{
background-color: #0F3EC0;
}
</style>
border-color css
<style>
span { border-color: #0F3EC0; }
span { border-color: rgb(15,62,192); }
td.TdClassName
{
border-color: #0F3EC0;
}
.TagClassName
{
border-color: #0F3EC0;
}
</style>