Shades of Persian Blue #0F3DE8
Tints of Persian Blue #0F3DE8
RGB
CMYK
RGB Variations
Color information
#0F3DE8 (or 0x0F3DE8) is known color: Persian Blue. HEX triplet: 0F, 3D and E8. RGB value is (15,61,232). Sum of RGB (Red+Green+Blue) = 15+61+232=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 232 (91.02% from 255 or 75.32% from 308); Max value from RGB is 232 - color contains mainly: blue. Hex color #0F3DE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F3DE8 is #F0C217. Grayscale: #424242. Windows color (decimal): -15778328 or 15219983. OLE color: 15219983.
HSL color Cylindrical-coordinate representation of color #0F3DE8: hue angle of 227.28º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F3DE8 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 61 | 232 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.09 |
| HSL | 227.28º | 0.88% | 0.48% | - |
| HSV(B) | 227.28º | 0.94% | 0.91% | - |
| XYZ | 16.43 | 9.27 | 77.27 | - |
| YUV | 66.74 | 221.26 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 61 | 232 | 0.94 | 0.74 | 0 | 0.09 | 227.28 | 0.88 | 0.48 |
| Hex | F | 3D | E8 | 5E | 4A | 0 | 9 | E3 | 58 | 30 |
| Octal | 17 | 75 | 350 | 136 | 112 | 0 | 11 | 343 | 130 | 60 |
| Binary | 1111 | 111101 | 11101000 | 1011110 | 1001010 | 0 | 1001 | 11100011 | 1011000 | 110000 |
Color Harmonies of #0F3DE8
Complementary color
Monochromatic Colors of #0F3DE8
Black with #0F3DE8
Text Example
Text Example
White with #0F3DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3DE8; }
p { color: rgb(15,61,232); }
H1.HeaderClassName
{
color: #0F3DE8;
}
.AnyTagClassName
{
color: #0F3DE8;
}
</style>
background-color css
<style>
a { background-color: #0F3DE8; }
a { background-color: rgb(15,61,232); }
div.DivClassName
{
background-color: #0F3DE8;
}
.BgClassName
{
background-color: #0F3DE8;
}
</style>
border-color css
<style>
span { border-color: #0F3DE8; }
span { border-color: rgb(15,61,232); }
td.TdClassName
{
border-color: #0F3DE8;
}
.TagClassName
{
border-color: #0F3DE8;
}
</style>