Shades of Persian Blue #0F3ECE
Tints of Persian Blue #0F3ECE
RGB
CMYK
RGB Variations
Color information
#0F3ECE (or 0x0F3ECE) is known color: Persian Blue. HEX triplet: 0F, 3E and CE. RGB value is (15,62,206). Sum of RGB (Red+Green+Blue) = 15+62+206=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F3ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F3ECE is #F0C131. Grayscale: #3F3F3F. Windows color (decimal): -15778098 or 13516303. OLE color: 13516303.
HSL color Cylindrical-coordinate representation of color #0F3ECE: hue angle of 225.24º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F3ECE is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 62 | 206 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.19 |
| HSL | 225.24º | 0.86% | 0.43% | - |
| HSV(B) | 225.24º | 0.93% | 0.81% | - |
| XYZ | 13.06 | 8 | 59.25 | - |
| YUV | 64.36 | 207.93 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 62 | 206 | 0.93 | 0.70 | 0 | 0.19 | 225.24 | 0.86 | 0.43 |
| Hex | F | 3E | CE | 5D | 46 | 0 | 13 | E1 | 56 | 2B |
| Octal | 17 | 76 | 316 | 135 | 106 | 0 | 23 | 341 | 126 | 53 |
| Binary | 1111 | 111110 | 11001110 | 1011101 | 1000110 | 0 | 10011 | 11100001 | 1010110 | 101011 |
Color Harmonies of #0F3ECE
Complementary color
Monochromatic Colors of #0F3ECE
Black with #0F3ECE
Text Example
Text Example
White with #0F3ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3ECE; }
p { color: rgb(15,62,206); }
H1.HeaderClassName
{
color: #0F3ECE;
}
.AnyTagClassName
{
color: #0F3ECE;
}
</style>
background-color css
<style>
a { background-color: #0F3ECE; }
a { background-color: rgb(15,62,206); }
div.DivClassName
{
background-color: #0F3ECE;
}
.BgClassName
{
background-color: #0F3ECE;
}
</style>
border-color css
<style>
span { border-color: #0F3ECE; }
span { border-color: rgb(15,62,206); }
td.TdClassName
{
border-color: #0F3ECE;
}
.TagClassName
{
border-color: #0F3ECE;
}
</style>