Shades of Persian Blue #0F32DA
Tints of Persian Blue #0F32DA
RGB
CMYK
RGB Variations
Color information
#0F32DA (or 0x0F32DA) is known color: Persian Blue. HEX triplet: 0F, 32 and DA. RGB value is (15,50,218). Sum of RGB (Red+Green+Blue) = 15+50+218=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 218 (85.55% from 255 or 77.03% from 283); Max value from RGB is 218 - color contains mainly: blue. Hex color #0F32DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F32DA is #F0CD25. Grayscale: #393939. Windows color (decimal): -15781158 or 14299663. OLE color: 14299663.
HSL color Cylindrical-coordinate representation of color #0F32DA: hue angle of 229.66º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F32DA is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 50 | 218 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.15 |
| HSL | 229.66º | 0.87% | 0.46% | - |
| HSV(B) | 229.66º | 0.93% | 0.85% | - |
| XYZ | 13.99 | 7.44 | 67.03 | - |
| YUV | 58.69 | 217.9 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 50 | 218 | 0.93 | 0.77 | 0 | 0.15 | 229.66 | 0.87 | 0.46 |
| Hex | F | 32 | DA | 5D | 4D | 0 | F | E6 | 57 | 2E |
| Octal | 17 | 62 | 332 | 135 | 115 | 0 | 17 | 346 | 127 | 56 |
| Binary | 1111 | 110010 | 11011010 | 1011101 | 1001101 | 0 | 1111 | 11100110 | 1010111 | 101110 |
Color Harmonies of #0F32DA
Complementary color
Monochromatic Colors of #0F32DA
Black with #0F32DA
Text Example
Text Example
White with #0F32DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F32DA; }
p { color: rgb(15,50,218); }
H1.HeaderClassName
{
color: #0F32DA;
}
.AnyTagClassName
{
color: #0F32DA;
}
</style>
background-color css
<style>
a { background-color: #0F32DA; }
a { background-color: rgb(15,50,218); }
div.DivClassName
{
background-color: #0F32DA;
}
.BgClassName
{
background-color: #0F32DA;
}
</style>
border-color css
<style>
span { border-color: #0F32DA; }
span { border-color: rgb(15,50,218); }
td.TdClassName
{
border-color: #0F32DA;
}
.TagClassName
{
border-color: #0F32DA;
}
</style>