Shades of Persian Blue #0F22B8
Tints of Persian Blue #0F22B8
RGB
CMYK
RGB Variations
Color information
#0F22B8 (or 0x0F22B8) is known color: Persian Blue. HEX triplet: 0F, 22 and B8. RGB value is (15,34,184). Sum of RGB (Red+Green+Blue) = 15+34+184=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 184 (72.27% from 255 or 78.97% from 233); Max value from RGB is 184 - color contains mainly: blue. Hex color #0F22B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F22B8 is #F0DD47. Grayscale: #2C2C2C. Windows color (decimal): -15785288 or 12067343. OLE color: 12067343.
HSL color Cylindrical-coordinate representation of color #0F22B8: hue angle of 233.25º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F22B8 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 34 | 184 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.28 |
| HSL | 233.25º | 0.85% | 0.39% | - |
| HSV(B) | 233.25º | 0.92% | 0.72% | - |
| XYZ | 9.42 | 4.71 | 45.76 | - |
| YUV | 45.42 | 206.21 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 34 | 184 | 0.92 | 0.82 | 0 | 0.28 | 233.25 | 0.85 | 0.39 |
| Hex | F | 22 | B8 | 5C | 52 | 0 | 1C | E9 | 55 | 27 |
| Octal | 17 | 42 | 270 | 134 | 122 | 0 | 34 | 351 | 125 | 47 |
| Binary | 1111 | 100010 | 10111000 | 1011100 | 1010010 | 0 | 11100 | 11101001 | 1010101 | 100111 |
Color Harmonies of #0F22B8
Complementary color
Monochromatic Colors of #0F22B8
Black with #0F22B8
Text Example
Text Example
White with #0F22B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F22B8; }
p { color: rgb(15,34,184); }
H1.HeaderClassName
{
color: #0F22B8;
}
.AnyTagClassName
{
color: #0F22B8;
}
</style>
background-color css
<style>
a { background-color: #0F22B8; }
a { background-color: rgb(15,34,184); }
div.DivClassName
{
background-color: #0F22B8;
}
.BgClassName
{
background-color: #0F22B8;
}
</style>
border-color css
<style>
span { border-color: #0F22B8; }
span { border-color: rgb(15,34,184); }
td.TdClassName
{
border-color: #0F22B8;
}
.TagClassName
{
border-color: #0F22B8;
}
</style>