Shades of Persian Blue #0F36CC
Tints of Persian Blue #0F36CC
RGB
CMYK
RGB Variations
Color information
#0F36CC (or 0x0F36CC) is known color: Persian Blue. HEX triplet: 0F, 36 and CC. RGB value is (15,54,204). Sum of RGB (Red+Green+Blue) = 15+54+204=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #0F36CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F36CC is #F0C933. Grayscale: #3A3A3A. Windows color (decimal): -15780148 or 13383183. OLE color: 13383183.
HSL color Cylindrical-coordinate representation of color #0F36CC: hue angle of 227.62º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F36CC is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 15 | 54 | 204 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.2 |
| HSL | 227.62º | 0.86% | 0.43% | - |
| HSV(B) | 227.62º | 0.93% | 0.8% | - |
| XYZ | 12.42 | 7.1 | 57.84 | - |
| YUV | 59.44 | 209.58 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 54 | 204 | 0.93 | 0.74 | 0 | 0.2 | 227.62 | 0.86 | 0.43 |
| Hex | F | 36 | CC | 5D | 4A | 0 | 14 | E4 | 56 | 2B |
| Octal | 17 | 66 | 314 | 135 | 112 | 0 | 24 | 344 | 126 | 53 |
| Binary | 1111 | 110110 | 11001100 | 1011101 | 1001010 | 0 | 10100 | 11100100 | 1010110 | 101011 |
Color Harmonies of #0F36CC
Complementary color
Monochromatic Colors of #0F36CC
Black with #0F36CC
Text Example
Text Example
White with #0F36CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F36CC; }
p { color: rgb(15,54,204); }
H1.HeaderClassName
{
color: #0F36CC;
}
.AnyTagClassName
{
color: #0F36CC;
}
</style>
background-color css
<style>
a { background-color: #0F36CC; }
a { background-color: rgb(15,54,204); }
div.DivClassName
{
background-color: #0F36CC;
}
.BgClassName
{
background-color: #0F36CC;
}
</style>
border-color css
<style>
span { border-color: #0F36CC; }
span { border-color: rgb(15,54,204); }
td.TdClassName
{
border-color: #0F36CC;
}
.TagClassName
{
border-color: #0F36CC;
}
</style>