Shades of Persian Blue #0836DF
Tints of Persian Blue #0836DF
RGB
CMYK
RGB Variations
Color information
#0836DF (or 0x0836DF) is known color: Persian Blue. HEX triplet: 08, 36 and DF. RGB value is (8,54,223). Sum of RGB (Red+Green+Blue) = 8+54+223=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 223 (87.5% from 255 or 78.25% from 285); Max value from RGB is 223 - color contains mainly: blue. Hex color #0836DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0836DF is #F7C920. Grayscale: #3A3A3A. Windows color (decimal): -16238881 or 14628360. OLE color: 14628360.
HSL color Cylindrical-coordinate representation of color #0836DF: hue angle of 227.16º 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 #0836DF is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 54 | 223 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.13 |
| HSL | 227.16º | 0.93% | 0.45% | - |
| HSV(B) | 227.16º | 0.96% | 0.87% | - |
| XYZ | 14.74 | 8.02 | 70.58 | - |
| YUV | 59.51 | 220.26 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 223 | 0.96 | 0.76 | 0 | 0.13 | 227.16 | 0.93 | 0.45 |
| Hex | 8 | 36 | DF | 60 | 4C | 0 | D | E3 | 5D | 2D |
| Octal | 10 | 66 | 337 | 140 | 114 | 0 | 15 | 343 | 135 | 55 |
| Binary | 1000 | 110110 | 11011111 | 1100000 | 1001100 | 0 | 1101 | 11100011 | 1011101 | 101101 |
Color Harmonies of #0836DF
Complementary color
Monochromatic Colors of #0836DF
Black with #0836DF
Text Example
Text Example
White with #0836DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0836DF; }
p { color: rgb(8,54,223); }
H1.HeaderClassName
{
color: #0836DF;
}
.AnyTagClassName
{
color: #0836DF;
}
</style>
background-color css
<style>
a { background-color: #0836DF; }
a { background-color: rgb(8,54,223); }
div.DivClassName
{
background-color: #0836DF;
}
.BgClassName
{
background-color: #0836DF;
}
</style>
border-color css
<style>
span { border-color: #0836DF; }
span { border-color: rgb(8,54,223); }
td.TdClassName
{
border-color: #0836DF;
}
.TagClassName
{
border-color: #0836DF;
}
</style>