Shades of Persian Blue #0F42DB
Tints of Persian Blue #0F42DB
RGB
CMYK
RGB Variations
Color information
#0F42DB (or 0x0F42DB) is known color: Persian Blue. HEX triplet: 0F, 42 and DB. RGB value is (15,66,219). Sum of RGB (Red+Green+Blue) = 15+66+219=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F42DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F42DB is #F0BD24. Grayscale: #434343. Windows color (decimal): -15777061 or 14369295. OLE color: 14369295.
HSL color Cylindrical-coordinate representation of color #0F42DB: hue angle of 225º 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 #0F42DB is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 66 | 219 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.14 |
| HSL | 225º | 0.87% | 0.46% | - |
| HSV(B) | 225º | 0.93% | 0.86% | - |
| XYZ | 14.93 | 9.11 | 67.99 | - |
| YUV | 68.19 | 213.1 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 66 | 219 | 0.93 | 0.70 | 0 | 0.14 | 225 | 0.87 | 0.46 |
| Hex | F | 42 | DB | 5D | 46 | 0 | E | E1 | 57 | 2E |
| Octal | 17 | 102 | 333 | 135 | 106 | 0 | 16 | 341 | 127 | 56 |
| Binary | 1111 | 1000010 | 11011011 | 1011101 | 1000110 | 0 | 1110 | 11100001 | 1010111 | 101110 |
Color Harmonies of #0F42DB
Complementary color
Monochromatic Colors of #0F42DB
Black with #0F42DB
Text Example
Text Example
White with #0F42DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F42DB; }
p { color: rgb(15,66,219); }
H1.HeaderClassName
{
color: #0F42DB;
}
.AnyTagClassName
{
color: #0F42DB;
}
</style>
background-color css
<style>
a { background-color: #0F42DB; }
a { background-color: rgb(15,66,219); }
div.DivClassName
{
background-color: #0F42DB;
}
.BgClassName
{
background-color: #0F42DB;
}
</style>
border-color css
<style>
span { border-color: #0F42DB; }
span { border-color: rgb(15,66,219); }
td.TdClassName
{
border-color: #0F42DB;
}
.TagClassName
{
border-color: #0F42DB;
}
</style>