Shades of Persian Blue #0F3BC4
Tints of Persian Blue #0F3BC4
RGB
CMYK
RGB Variations
Color information
#0F3BC4 (or 0x0F3BC4) is known color: Persian Blue. HEX triplet: 0F, 3B and C4. RGB value is (15,59,196). Sum of RGB (Red+Green+Blue) = 15+59+196=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 196 (76.95% from 255 or 72.59% from 270); Max value from RGB is 196 - color contains mainly: blue. Hex color #0F3BC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F3BC4 is #F0C43B. Grayscale: #3C3C3C. Windows color (decimal): -15778876 or 12860175. OLE color: 12860175.
HSL color Cylindrical-coordinate representation of color #0F3BC4: hue angle of 225.41º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F3BC4 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 59 | 196 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.23 |
| HSL | 225.41º | 0.86% | 0.41% | - |
| HSV(B) | 225.41º | 0.92% | 0.77% | - |
| XYZ | 11.72 | 7.22 | 53 | - |
| YUV | 61.46 | 203.92 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 59 | 196 | 0.92 | 0.70 | 0 | 0.23 | 225.41 | 0.86 | 0.41 |
| Hex | F | 3B | C4 | 5C | 46 | 0 | 17 | E1 | 56 | 29 |
| Octal | 17 | 73 | 304 | 134 | 106 | 0 | 27 | 341 | 126 | 51 |
| Binary | 1111 | 111011 | 11000100 | 1011100 | 1000110 | 0 | 10111 | 11100001 | 1010110 | 101001 |
Color Harmonies of #0F3BC4
Complementary color
Monochromatic Colors of #0F3BC4
Black with #0F3BC4
Text Example
Text Example
White with #0F3BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3BC4; }
p { color: rgb(15,59,196); }
H1.HeaderClassName
{
color: #0F3BC4;
}
.AnyTagClassName
{
color: #0F3BC4;
}
</style>
background-color css
<style>
a { background-color: #0F3BC4; }
a { background-color: rgb(15,59,196); }
div.DivClassName
{
background-color: #0F3BC4;
}
.BgClassName
{
background-color: #0F3BC4;
}
</style>
border-color css
<style>
span { border-color: #0F3BC4; }
span { border-color: rgb(15,59,196); }
td.TdClassName
{
border-color: #0F3BC4;
}
.TagClassName
{
border-color: #0F3BC4;
}
</style>