Shades of Persian Blue #0F22BA
Tints of Persian Blue #0F22BA
RGB
CMYK
RGB Variations
Color information
#0F22BA (or 0x0F22BA) is known color: Persian Blue. HEX triplet: 0F, 22 and BA. RGB value is (15,34,186). Sum of RGB (Red+Green+Blue) = 15+34+186=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F22BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F22BA is #F0DD45. Grayscale: #2D2D2D. Windows color (decimal): -15785286 or 12198415. OLE color: 12198415.
HSL color Cylindrical-coordinate representation of color #0F22BA: hue angle of 233.33º 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 #0F22BA is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 34 | 186 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.27 |
| HSL | 233.33º | 0.85% | 0.39% | - |
| HSV(B) | 233.33º | 0.92% | 0.73% | - |
| XYZ | 9.63 | 4.79 | 46.87 | - |
| YUV | 45.65 | 207.21 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 34 | 186 | 0.92 | 0.82 | 0 | 0.27 | 233.33 | 0.85 | 0.39 |
| Hex | F | 22 | BA | 5C | 52 | 0 | 1B | E9 | 55 | 27 |
| Octal | 17 | 42 | 272 | 134 | 122 | 0 | 33 | 351 | 125 | 47 |
| Binary | 1111 | 100010 | 10111010 | 1011100 | 1010010 | 0 | 11011 | 11101001 | 1010101 | 100111 |
Color Harmonies of #0F22BA
Complementary color
Monochromatic Colors of #0F22BA
Black with #0F22BA
Text Example
Text Example
White with #0F22BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F22BA; }
p { color: rgb(15,34,186); }
H1.HeaderClassName
{
color: #0F22BA;
}
.AnyTagClassName
{
color: #0F22BA;
}
</style>
background-color css
<style>
a { background-color: #0F22BA; }
a { background-color: rgb(15,34,186); }
div.DivClassName
{
background-color: #0F22BA;
}
.BgClassName
{
background-color: #0F22BA;
}
</style>
border-color css
<style>
span { border-color: #0F22BA; }
span { border-color: rgb(15,34,186); }
td.TdClassName
{
border-color: #0F22BA;
}
.TagClassName
{
border-color: #0F22BA;
}
</style>