Shades of Persian Blue #0D22BF
Tints of Persian Blue #0D22BF
RGB
CMYK
RGB Variations
Color information
#0D22BF (or 0x0D22BF) is known color: Persian Blue. HEX triplet: 0D, 22 and BF. RGB value is (13,34,191). Sum of RGB (Red+Green+Blue) = 13+34+191=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 191 (75% from 255 or 80.25% from 238); Max value from RGB is 191 - color contains mainly: blue. Hex color #0D22BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D22BF is #F2DD40. Grayscale: #2C2C2C. Windows color (decimal): -15916353 or 12526093. OLE color: 12526093.
HSL color Cylindrical-coordinate representation of color #0D22BF: hue angle of 232.92º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D22BF is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 34 | 191 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.25 |
| HSL | 232.92º | 0.87% | 0.4% | - |
| HSV(B) | 232.92º | 0.93% | 0.75% | - |
| XYZ | 10.14 | 4.99 | 49.72 | - |
| YUV | 45.62 | 210.04 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 34 | 191 | 0.93 | 0.82 | 0 | 0.25 | 232.92 | 0.87 | 0.4 |
| Hex | D | 22 | BF | 5D | 52 | 0 | 19 | E9 | 57 | 28 |
| Octal | 15 | 42 | 277 | 135 | 122 | 0 | 31 | 351 | 127 | 50 |
| Binary | 1101 | 100010 | 10111111 | 1011101 | 1010010 | 0 | 11001 | 11101001 | 1010111 | 101000 |
Color Harmonies of #0D22BF
Complementary color
Monochromatic Colors of #0D22BF
Black with #0D22BF
Text Example
Text Example
White with #0D22BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D22BF; }
p { color: rgb(13,34,191); }
H1.HeaderClassName
{
color: #0D22BF;
}
.AnyTagClassName
{
color: #0D22BF;
}
</style>
background-color css
<style>
a { background-color: #0D22BF; }
a { background-color: rgb(13,34,191); }
div.DivClassName
{
background-color: #0D22BF;
}
.BgClassName
{
background-color: #0D22BF;
}
</style>
border-color css
<style>
span { border-color: #0D22BF; }
span { border-color: rgb(13,34,191); }
td.TdClassName
{
border-color: #0D22BF;
}
.TagClassName
{
border-color: #0D22BF;
}
</style>