Shades of Persian Blue #0F31D6
Tints of Persian Blue #0F31D6
RGB
CMYK
RGB Variations
Color information
#0F31D6 (or 0x0F31D6) is known color: Persian Blue. HEX triplet: 0F, 31 and D6. RGB value is (15,49,214). Sum of RGB (Red+Green+Blue) = 15+49+214=278 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.40% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 214 (83.98% from 255 or 76.98% from 278); Max value from RGB is 214 - color contains mainly: blue. Hex color #0F31D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F31D6 is #F0CE29. Grayscale: #383838. Windows color (decimal): -15781418 or 14037263. OLE color: 14037263.
HSL color Cylindrical-coordinate representation of color #0F31D6: hue angle of 229.75º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F31D6 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 49 | 214 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.16 |
| HSL | 229.75º | 0.87% | 0.45% | - |
| HSV(B) | 229.75º | 0.93% | 0.84% | - |
| XYZ | 13.43 | 7.15 | 64.29 | - |
| YUV | 57.64 | 216.24 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 49 | 214 | 0.93 | 0.77 | 0 | 0.16 | 229.75 | 0.87 | 0.45 |
| Hex | F | 31 | D6 | 5D | 4D | 0 | 10 | E6 | 57 | 2D |
| Octal | 17 | 61 | 326 | 135 | 115 | 0 | 20 | 346 | 127 | 55 |
| Binary | 1111 | 110001 | 11010110 | 1011101 | 1001101 | 0 | 10000 | 11100110 | 1010111 | 101101 |
Color Harmonies of #0F31D6
Complementary color
Monochromatic Colors of #0F31D6
Black with #0F31D6
Text Example
Text Example
White with #0F31D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F31D6; }
p { color: rgb(15,49,214); }
H1.HeaderClassName
{
color: #0F31D6;
}
.AnyTagClassName
{
color: #0F31D6;
}
</style>
background-color css
<style>
a { background-color: #0F31D6; }
a { background-color: rgb(15,49,214); }
div.DivClassName
{
background-color: #0F31D6;
}
.BgClassName
{
background-color: #0F31D6;
}
</style>
border-color css
<style>
span { border-color: #0F31D6; }
span { border-color: rgb(15,49,214); }
td.TdClassName
{
border-color: #0F31D6;
}
.TagClassName
{
border-color: #0F31D6;
}
</style>