Shades of Persian Blue #0F31BD
Tints of Persian Blue #0F31BD
RGB
CMYK
RGB Variations
Color information
#0F31BD (or 0x0F31BD) is known color: Persian Blue. HEX triplet: 0F, 31 and BD. RGB value is (15,49,189). Sum of RGB (Red+Green+Blue) = 15+49+189=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 189 (74.22% from 255 or 74.70% from 253); Max value from RGB is 189 - color contains mainly: blue. Hex color #0F31BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F31BD is #F0CE42. Grayscale: #363636. Windows color (decimal): -15781443 or 12398863. OLE color: 12398863.
HSL color Cylindrical-coordinate representation of color #0F31BD: hue angle of 228.28º 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 #0F31BD is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 49 | 189 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.26 |
| HSL | 228.28º | 0.85% | 0.4% | - |
| HSV(B) | 228.28º | 0.92% | 0.74% | - |
| XYZ | 10.48 | 5.97 | 48.74 | - |
| YUV | 54.79 | 203.74 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 49 | 189 | 0.92 | 0.74 | 0 | 0.26 | 228.28 | 0.85 | 0.4 |
| Hex | F | 31 | BD | 5C | 4A | 0 | 1A | E4 | 55 | 28 |
| Octal | 17 | 61 | 275 | 134 | 112 | 0 | 32 | 344 | 125 | 50 |
| Binary | 1111 | 110001 | 10111101 | 1011100 | 1001010 | 0 | 11010 | 11100100 | 1010101 | 101000 |
Color Harmonies of #0F31BD
Complementary color
Monochromatic Colors of #0F31BD
Black with #0F31BD
Text Example
Text Example
White with #0F31BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F31BD; }
p { color: rgb(15,49,189); }
H1.HeaderClassName
{
color: #0F31BD;
}
.AnyTagClassName
{
color: #0F31BD;
}
</style>
background-color css
<style>
a { background-color: #0F31BD; }
a { background-color: rgb(15,49,189); }
div.DivClassName
{
background-color: #0F31BD;
}
.BgClassName
{
background-color: #0F31BD;
}
</style>
border-color css
<style>
span { border-color: #0F31BD; }
span { border-color: rgb(15,49,189); }
td.TdClassName
{
border-color: #0F31BD;
}
.TagClassName
{
border-color: #0F31BD;
}
</style>