Shades of Persian Blue #0F3EDB
Tints of Persian Blue #0F3EDB
RGB
CMYK
RGB Variations
Color information
#0F3EDB (or 0x0F3EDB) is known color: Persian Blue. HEX triplet: 0F, 3E and DB. RGB value is (15,62,219). Sum of RGB (Red+Green+Blue) = 15+62+219=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F3EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F3EDB is #F0C124. Grayscale: #414141. Windows color (decimal): -15778085 or 14368271. OLE color: 14368271.
HSL color Cylindrical-coordinate representation of color #0F3EDB: hue angle of 226.18º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F3EDB is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 62 | 219 | - |
| CMYK | 0.93 | 0.72 | 0 | 0.14 |
| HSL | 226.18º | 0.87% | 0.46% | - |
| HSV(B) | 226.18º | 0.93% | 0.86% | - |
| XYZ | 14.71 | 8.66 | 67.91 | - |
| YUV | 65.85 | 214.43 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 62 | 219 | 0.93 | 0.72 | 0 | 0.14 | 226.18 | 0.87 | 0.46 |
| Hex | F | 3E | DB | 5D | 48 | 0 | E | E2 | 57 | 2E |
| Octal | 17 | 76 | 333 | 135 | 110 | 0 | 16 | 342 | 127 | 56 |
| Binary | 1111 | 111110 | 11011011 | 1011101 | 1001000 | 0 | 1110 | 11100010 | 1010111 | 101110 |
Color Harmonies of #0F3EDB
Complementary color
Monochromatic Colors of #0F3EDB
Black with #0F3EDB
Text Example
Text Example
White with #0F3EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3EDB; }
p { color: rgb(15,62,219); }
H1.HeaderClassName
{
color: #0F3EDB;
}
.AnyTagClassName
{
color: #0F3EDB;
}
</style>
background-color css
<style>
a { background-color: #0F3EDB; }
a { background-color: rgb(15,62,219); }
div.DivClassName
{
background-color: #0F3EDB;
}
.BgClassName
{
background-color: #0F3EDB;
}
</style>
border-color css
<style>
span { border-color: #0F3EDB; }
span { border-color: rgb(15,62,219); }
td.TdClassName
{
border-color: #0F3EDB;
}
.TagClassName
{
border-color: #0F3EDB;
}
</style>