Shades of Persian Blue #0F36BC
Tints of Persian Blue #0F36BC
RGB
CMYK
RGB Variations
Color information
#0F36BC (or 0x0F36BC) is known color: Persian Blue. HEX triplet: 0F, 36 and BC. RGB value is (15,54,188). Sum of RGB (Red+Green+Blue) = 15+54+188=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F36BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F36BC is #F0C943. Grayscale: #393939. Windows color (decimal): -15780164 or 12334607. OLE color: 12334607.
HSL color Cylindrical-coordinate representation of color #0F36BC: hue angle of 226.47º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F36BC is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 54 | 188 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.26 |
| HSL | 226.47º | 0.85% | 0.4% | - |
| HSV(B) | 226.47º | 0.92% | 0.74% | - |
| XYZ | 10.59 | 6.37 | 48.25 | - |
| YUV | 57.62 | 201.58 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 54 | 188 | 0.92 | 0.71 | 0 | 0.26 | 226.47 | 0.85 | 0.4 |
| Hex | F | 36 | BC | 5C | 47 | 0 | 1A | E2 | 55 | 28 |
| Octal | 17 | 66 | 274 | 134 | 107 | 0 | 32 | 342 | 125 | 50 |
| Binary | 1111 | 110110 | 10111100 | 1011100 | 1000111 | 0 | 11010 | 11100010 | 1010101 | 101000 |
Color Harmonies of #0F36BC
Complementary color
Monochromatic Colors of #0F36BC
Black with #0F36BC
Text Example
Text Example
White with #0F36BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F36BC; }
p { color: rgb(15,54,188); }
H1.HeaderClassName
{
color: #0F36BC;
}
.AnyTagClassName
{
color: #0F36BC;
}
</style>
background-color css
<style>
a { background-color: #0F36BC; }
a { background-color: rgb(15,54,188); }
div.DivClassName
{
background-color: #0F36BC;
}
.BgClassName
{
background-color: #0F36BC;
}
</style>
border-color css
<style>
span { border-color: #0F36BC; }
span { border-color: rgb(15,54,188); }
td.TdClassName
{
border-color: #0F36BC;
}
.TagClassName
{
border-color: #0F36BC;
}
</style>