Shades of Persian Blue #0836BC
Tints of Persian Blue #0836BC
RGB
CMYK
RGB Variations
Color information
#0836BC (or 0x0836BC) is known color: Persian Blue. HEX triplet: 08, 36 and BC. RGB value is (8,54,188). Sum of RGB (Red+Green+Blue) = 8+54+188=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #0836BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0836BC is #F7C943. Grayscale: #363636. Windows color (decimal): -16238916 or 12334600. OLE color: 12334600.
HSL color Cylindrical-coordinate representation of color #0836BC: hue angle of 224.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0836BC is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 54 | 188 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.26 |
| HSL | 224.67º | 0.92% | 0.38% | - |
| HSV(B) | 224.67º | 0.96% | 0.74% | - |
| XYZ | 10.5 | 6.32 | 48.24 | - |
| YUV | 55.52 | 202.76 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 188 | 0.96 | 0.71 | 0 | 0.26 | 224.67 | 0.92 | 0.38 |
| Hex | 8 | 36 | BC | 60 | 47 | 0 | 1A | E1 | 5C | 26 |
| Octal | 10 | 66 | 274 | 140 | 107 | 0 | 32 | 341 | 134 | 46 |
| Binary | 1000 | 110110 | 10111100 | 1100000 | 1000111 | 0 | 11010 | 11100001 | 1011100 | 100110 |
Color Harmonies of #0836BC
Complementary color
Monochromatic Colors of #0836BC
Black with #0836BC
Text Example
Text Example
White with #0836BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0836BC; }
p { color: rgb(8,54,188); }
H1.HeaderClassName
{
color: #0836BC;
}
.AnyTagClassName
{
color: #0836BC;
}
</style>
background-color css
<style>
a { background-color: #0836BC; }
a { background-color: rgb(8,54,188); }
div.DivClassName
{
background-color: #0836BC;
}
.BgClassName
{
background-color: #0836BC;
}
</style>
border-color css
<style>
span { border-color: #0836BC; }
span { border-color: rgb(8,54,188); }
td.TdClassName
{
border-color: #0836BC;
}
.TagClassName
{
border-color: #0836BC;
}
</style>