Shades of Persian Blue #0826CE
Tints of Persian Blue #0826CE
RGB
CMYK
RGB Variations
Color information
#0826CE (or 0x0826CE) is known color: Persian Blue. HEX triplet: 08, 26 and CE. RGB value is (8,38,206). Sum of RGB (Red+Green+Blue) = 8+38+206=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 206 (80.86% from 255 or 81.75% from 252); Max value from RGB is 206 - color contains mainly: blue. Hex color #0826CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0826CE is #F7D931. Grayscale: #2F2F2F. Windows color (decimal): -16242994 or 13510152. OLE color: 13510152.
HSL color Cylindrical-coordinate representation of color #0826CE: hue angle of 230.91º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0826CE is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 38 | 206 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.19 |
| HSL | 230.91º | 0.93% | 0.42% | - |
| HSV(B) | 230.91º | 0.96% | 0.81% | - |
| XYZ | 11.93 | 5.89 | 58.9 | - |
| YUV | 48.18 | 217.06 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 206 | 0.96 | 0.82 | 0 | 0.19 | 230.91 | 0.93 | 0.42 |
| Hex | 8 | 26 | CE | 60 | 52 | 0 | 13 | E7 | 5D | 2A |
| Octal | 10 | 46 | 316 | 140 | 122 | 0 | 23 | 347 | 135 | 52 |
| Binary | 1000 | 100110 | 11001110 | 1100000 | 1010010 | 0 | 10011 | 11100111 | 1011101 | 101010 |
Color Harmonies of #0826CE
Complementary color
Monochromatic Colors of #0826CE
Black with #0826CE
Text Example
Text Example
White with #0826CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0826CE; }
p { color: rgb(8,38,206); }
H1.HeaderClassName
{
color: #0826CE;
}
.AnyTagClassName
{
color: #0826CE;
}
</style>
background-color css
<style>
a { background-color: #0826CE; }
a { background-color: rgb(8,38,206); }
div.DivClassName
{
background-color: #0826CE;
}
.BgClassName
{
background-color: #0826CE;
}
</style>
border-color css
<style>
span { border-color: #0826CE; }
span { border-color: rgb(8,38,206); }
td.TdClassName
{
border-color: #0826CE;
}
.TagClassName
{
border-color: #0826CE;
}
</style>