Shades of Persian Blue #0F2CE5
Tints of Persian Blue #0F2CE5
RGB
CMYK
RGB Variations
Color information
#0F2CE5 (or 0x0F2CE5) is known color: Persian Blue. HEX triplet: 0F, 2C and E5. RGB value is (15,44,229). Sum of RGB (Red+Green+Blue) = 15+44+229=288 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.21% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 229 (89.84% from 255 or 79.51% from 288); Max value from RGB is 229 - color contains mainly: blue. Hex color #0F2CE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F2CE5 is #F0D31A. Grayscale: #373737. Windows color (decimal): -15782683 or 15019023. OLE color: 15019023.
HSL color Cylindrical-coordinate representation of color #0F2CE5: hue angle of 231.87º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F2CE5 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 44 | 229 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.10 |
| HSL | 231.87º | 0.88% | 0.48% | - |
| HSV(B) | 231.87º | 0.93% | 0.9% | - |
| XYZ | 15.24 | 7.56 | 74.78 | - |
| YUV | 56.42 | 225.39 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 44 | 229 | 0.93 | 0.81 | 0 | 0.10 | 231.87 | 0.88 | 0.48 |
| Hex | F | 2C | E5 | 5D | 51 | 0 | A | E8 | 58 | 30 |
| Octal | 17 | 54 | 345 | 135 | 121 | 0 | 12 | 350 | 130 | 60 |
| Binary | 1111 | 101100 | 11100101 | 1011101 | 1010001 | 0 | 1010 | 11101000 | 1011000 | 110000 |
Color Harmonies of #0F2CE5
Complementary color
Monochromatic Colors of #0F2CE5
Black with #0F2CE5
Text Example
Text Example
White with #0F2CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2CE5; }
p { color: rgb(15,44,229); }
H1.HeaderClassName
{
color: #0F2CE5;
}
.AnyTagClassName
{
color: #0F2CE5;
}
</style>
background-color css
<style>
a { background-color: #0F2CE5; }
a { background-color: rgb(15,44,229); }
div.DivClassName
{
background-color: #0F2CE5;
}
.BgClassName
{
background-color: #0F2CE5;
}
</style>
border-color css
<style>
span { border-color: #0F2CE5; }
span { border-color: rgb(15,44,229); }
td.TdClassName
{
border-color: #0F2CE5;
}
.TagClassName
{
border-color: #0F2CE5;
}
</style>