Shades of Persian Blue #0836DE
Tints of Persian Blue #0836DE
RGB
CMYK
RGB Variations
Color information
#0836DE (or 0x0836DE) is known color: Persian Blue. HEX triplet: 08, 36 and DE. RGB value is (8,54,222). Sum of RGB (Red+Green+Blue) = 8+54+222=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 222 (87.11% from 255 or 78.17% from 284); Max value from RGB is 222 - color contains mainly: blue. Hex color #0836DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0836DE is #F7C921. Grayscale: #3A3A3A. Windows color (decimal): -16238882 or 14562824. OLE color: 14562824.
HSL color Cylindrical-coordinate representation of color #0836DE: hue angle of 227.1º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0836DE is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 54 | 222 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.13 |
| HSL | 227.1º | 0.93% | 0.45% | - |
| HSV(B) | 227.1º | 0.96% | 0.87% | - |
| XYZ | 14.6 | 7.96 | 69.87 | - |
| YUV | 59.4 | 219.76 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 222 | 0.96 | 0.76 | 0 | 0.13 | 227.1 | 0.93 | 0.45 |
| Hex | 8 | 36 | DE | 60 | 4C | 0 | D | E3 | 5D | 2D |
| Octal | 10 | 66 | 336 | 140 | 114 | 0 | 15 | 343 | 135 | 55 |
| Binary | 1000 | 110110 | 11011110 | 1100000 | 1001100 | 0 | 1101 | 11100011 | 1011101 | 101101 |
Color Harmonies of #0836DE
Complementary color
Monochromatic Colors of #0836DE
Black with #0836DE
Text Example
Text Example
White with #0836DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0836DE; }
p { color: rgb(8,54,222); }
H1.HeaderClassName
{
color: #0836DE;
}
.AnyTagClassName
{
color: #0836DE;
}
</style>
background-color css
<style>
a { background-color: #0836DE; }
a { background-color: rgb(8,54,222); }
div.DivClassName
{
background-color: #0836DE;
}
.BgClassName
{
background-color: #0836DE;
}
</style>
border-color css
<style>
span { border-color: #0836DE; }
span { border-color: rgb(8,54,222); }
td.TdClassName
{
border-color: #0836DE;
}
.TagClassName
{
border-color: #0836DE;
}
</style>