Shades of Persian Blue #0F36DC
Tints of Persian Blue #0F36DC
RGB
CMYK
RGB Variations
Color information
#0F36DC (or 0x0F36DC) is known color: Persian Blue. HEX triplet: 0F, 36 and DC. RGB value is (15,54,220). Sum of RGB (Red+Green+Blue) = 15+54+220=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 220 (86.33% from 255 or 76.12% from 289); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F36DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F36DC is #F0C923. Grayscale: #3C3C3C. Windows color (decimal): -15780132 or 14431759. OLE color: 14431759.
HSL color Cylindrical-coordinate representation of color #0F36DC: hue angle of 228.59º 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 #0F36DC is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 54 | 220 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.14 |
| HSL | 228.59º | 0.87% | 0.46% | - |
| HSV(B) | 228.59º | 0.93% | 0.86% | - |
| XYZ | 14.43 | 7.91 | 68.48 | - |
| YUV | 61.26 | 217.58 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 54 | 220 | 0.93 | 0.75 | 0 | 0.14 | 228.59 | 0.87 | 0.46 |
| Hex | F | 36 | DC | 5D | 4B | 0 | E | E5 | 57 | 2E |
| Octal | 17 | 66 | 334 | 135 | 113 | 0 | 16 | 345 | 127 | 56 |
| Binary | 1111 | 110110 | 11011100 | 1011101 | 1001011 | 0 | 1110 | 11100101 | 1010111 | 101110 |
Color Harmonies of #0F36DC
Complementary color
Monochromatic Colors of #0F36DC
Black with #0F36DC
Text Example
Text Example
White with #0F36DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F36DC; }
p { color: rgb(15,54,220); }
H1.HeaderClassName
{
color: #0F36DC;
}
.AnyTagClassName
{
color: #0F36DC;
}
</style>
background-color css
<style>
a { background-color: #0F36DC; }
a { background-color: rgb(15,54,220); }
div.DivClassName
{
background-color: #0F36DC;
}
.BgClassName
{
background-color: #0F36DC;
}
</style>
border-color css
<style>
span { border-color: #0F36DC; }
span { border-color: rgb(15,54,220); }
td.TdClassName
{
border-color: #0F36DC;
}
.TagClassName
{
border-color: #0F36DC;
}
</style>