Shades of Persian Blue #0F2AE1
Tints of Persian Blue #0F2AE1
RGB
CMYK
RGB Variations
Color information
#0F2AE1 (or 0x0F2AE1) is known color: Persian Blue. HEX triplet: 0F, 2A and E1. RGB value is (15,42,225). Sum of RGB (Red+Green+Blue) = 15+42+225=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 225 (88.28% from 255 or 79.79% from 282); Max value from RGB is 225 - color contains mainly: blue. Hex color #0F2AE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F2AE1 is #F0D51E. Grayscale: #363636. Windows color (decimal): -15783199 or 14756367. OLE color: 14756367.
HSL color Cylindrical-coordinate representation of color #0F2AE1: hue angle of 232.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F2AE1 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 42 | 225 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.12 |
| HSL | 232.29º | 0.88% | 0.47% | - |
| HSV(B) | 232.29º | 0.93% | 0.88% | - |
| XYZ | 14.62 | 7.19 | 71.85 | - |
| YUV | 54.79 | 224.05 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 42 | 225 | 0.93 | 0.81 | 0 | 0.12 | 232.29 | 0.88 | 0.47 |
| Hex | F | 2A | E1 | 5D | 51 | 0 | C | E8 | 58 | 2F |
| Octal | 17 | 52 | 341 | 135 | 121 | 0 | 14 | 350 | 130 | 57 |
| Binary | 1111 | 101010 | 11100001 | 1011101 | 1010001 | 0 | 1100 | 11101000 | 1011000 | 101111 |
Color Harmonies of #0F2AE1
Complementary color
Monochromatic Colors of #0F2AE1
Black with #0F2AE1
Text Example
Text Example
White with #0F2AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2AE1; }
p { color: rgb(15,42,225); }
H1.HeaderClassName
{
color: #0F2AE1;
}
.AnyTagClassName
{
color: #0F2AE1;
}
</style>
background-color css
<style>
a { background-color: #0F2AE1; }
a { background-color: rgb(15,42,225); }
div.DivClassName
{
background-color: #0F2AE1;
}
.BgClassName
{
background-color: #0F2AE1;
}
</style>
border-color css
<style>
span { border-color: #0F2AE1; }
span { border-color: rgb(15,42,225); }
td.TdClassName
{
border-color: #0F2AE1;
}
.TagClassName
{
border-color: #0F2AE1;
}
</style>