Shades of Persian Blue #0F3BEF
Tints of Persian Blue #0F3BEF
RGB
CMYK
RGB Variations
Color information
#0F3BEF (or 0x0F3BEF) is known color: Persian Blue. HEX triplet: 0F, 3B and EF. RGB value is (15,59,239). Sum of RGB (Red+Green+Blue) = 15+59+239=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 239 (93.75% from 255 or 76.36% from 313); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F3BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F3BEF is #F0C410. Grayscale: #414141. Windows color (decimal): -15778833 or 15678223. OLE color: 15678223.
HSL color Cylindrical-coordinate representation of color #0F3BEF: hue angle of 228.21º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F3BEF is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 59 | 239 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.06 |
| HSL | 228.21º | 0.88% | 0.5% | - |
| HSV(B) | 228.21º | 0.94% | 0.94% | - |
| XYZ | 17.34 | 9.46 | 82.57 | - |
| YUV | 66.36 | 225.42 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 59 | 239 | 0.94 | 0.75 | 0 | 0.06 | 228.21 | 0.88 | 0.5 |
| Hex | F | 3B | EF | 5E | 4B | 0 | 6 | E4 | 58 | 32 |
| Octal | 17 | 73 | 357 | 136 | 113 | 0 | 6 | 344 | 130 | 62 |
| Binary | 1111 | 111011 | 11101111 | 1011110 | 1001011 | 0 | 110 | 11100100 | 1011000 | 110010 |
Color Harmonies of #0F3BEF
Complementary color
Monochromatic Colors of #0F3BEF
Black with #0F3BEF
Text Example
Text Example
White with #0F3BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3BEF; }
p { color: rgb(15,59,239); }
H1.HeaderClassName
{
color: #0F3BEF;
}
.AnyTagClassName
{
color: #0F3BEF;
}
</style>
background-color css
<style>
a { background-color: #0F3BEF; }
a { background-color: rgb(15,59,239); }
div.DivClassName
{
background-color: #0F3BEF;
}
.BgClassName
{
background-color: #0F3BEF;
}
</style>
border-color css
<style>
span { border-color: #0F3BEF; }
span { border-color: rgb(15,59,239); }
td.TdClassName
{
border-color: #0F3BEF;
}
.TagClassName
{
border-color: #0F3BEF;
}
</style>