Shades of Persian Blue #0F22C0
Tints of Persian Blue #0F22C0
RGB
CMYK
RGB Variations
Color information
#0F22C0 (or 0x0F22C0) is known color: Persian Blue. HEX triplet: 0F, 22 and C0. RGB value is (15,34,192). Sum of RGB (Red+Green+Blue) = 15+34+192=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 192 (75.39% from 255 or 79.67% from 241); Max value from RGB is 192 - color contains mainly: blue. Hex color #0F22C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F22C0 is #F0DD3F. Grayscale: #2D2D2D. Windows color (decimal): -15785280 or 12591631. OLE color: 12591631.
HSL color Cylindrical-coordinate representation of color #0F22C0: hue angle of 233.56º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F22C0 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 34 | 192 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.25 |
| HSL | 233.56º | 0.86% | 0.41% | - |
| HSV(B) | 233.56º | 0.92% | 0.75% | - |
| XYZ | 10.28 | 5.05 | 50.3 | - |
| YUV | 46.33 | 210.21 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 34 | 192 | 0.92 | 0.82 | 0 | 0.25 | 233.56 | 0.86 | 0.41 |
| Hex | F | 22 | C0 | 5C | 52 | 0 | 19 | EA | 56 | 29 |
| Octal | 17 | 42 | 300 | 134 | 122 | 0 | 31 | 352 | 126 | 51 |
| Binary | 1111 | 100010 | 11000000 | 1011100 | 1010010 | 0 | 11001 | 11101010 | 1010110 | 101001 |
Color Harmonies of #0F22C0
Complementary color
Monochromatic Colors of #0F22C0
Black with #0F22C0
Text Example
Text Example
White with #0F22C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F22C0; }
p { color: rgb(15,34,192); }
H1.HeaderClassName
{
color: #0F22C0;
}
.AnyTagClassName
{
color: #0F22C0;
}
</style>
background-color css
<style>
a { background-color: #0F22C0; }
a { background-color: rgb(15,34,192); }
div.DivClassName
{
background-color: #0F22C0;
}
.BgClassName
{
background-color: #0F22C0;
}
</style>
border-color css
<style>
span { border-color: #0F22C0; }
span { border-color: rgb(15,34,192); }
td.TdClassName
{
border-color: #0F22C0;
}
.TagClassName
{
border-color: #0F22C0;
}
</style>