Shades of Persian Blue #0F31BA
Tints of Persian Blue #0F31BA
RGB
CMYK
RGB Variations
Color information
#0F31BA (or 0x0F31BA) is known color: Persian Blue. HEX triplet: 0F, 31 and BA. RGB value is (15,49,186). Sum of RGB (Red+Green+Blue) = 15+49+186=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F31BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F31BA is #F0CE45. Grayscale: #353535. Windows color (decimal): -15781446 or 12202255. OLE color: 12202255.
HSL color Cylindrical-coordinate representation of color #0F31BA: hue angle of 228.07º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F31BA is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 49 | 186 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.27 |
| HSL | 228.07º | 0.85% | 0.39% | - |
| HSV(B) | 228.07º | 0.92% | 0.73% | - |
| XYZ | 10.16 | 5.84 | 47.05 | - |
| YUV | 54.45 | 202.24 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 49 | 186 | 0.92 | 0.74 | 0 | 0.27 | 228.07 | 0.85 | 0.39 |
| Hex | F | 31 | BA | 5C | 4A | 0 | 1B | E4 | 55 | 27 |
| Octal | 17 | 61 | 272 | 134 | 112 | 0 | 33 | 344 | 125 | 47 |
| Binary | 1111 | 110001 | 10111010 | 1011100 | 1001010 | 0 | 11011 | 11100100 | 1010101 | 100111 |
Color Harmonies of #0F31BA
Complementary color
Monochromatic Colors of #0F31BA
Black with #0F31BA
Text Example
Text Example
White with #0F31BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F31BA; }
p { color: rgb(15,49,186); }
H1.HeaderClassName
{
color: #0F31BA;
}
.AnyTagClassName
{
color: #0F31BA;
}
</style>
background-color css
<style>
a { background-color: #0F31BA; }
a { background-color: rgb(15,49,186); }
div.DivClassName
{
background-color: #0F31BA;
}
.BgClassName
{
background-color: #0F31BA;
}
</style>
border-color css
<style>
span { border-color: #0F31BA; }
span { border-color: rgb(15,49,186); }
td.TdClassName
{
border-color: #0F31BA;
}
.TagClassName
{
border-color: #0F31BA;
}
</style>