Shades of Persian Blue #0824CE
Tints of Persian Blue #0824CE
RGB
CMYK
RGB Variations
Color information
#0824CE (or 0x0824CE) is known color: Persian Blue. HEX triplet: 08, 24 and CE. RGB value is (8,36,206). Sum of RGB (Red+Green+Blue) = 8+36+206=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 206 (80.86% from 255 or 82.4% from 250); Max value from RGB is 206 - color contains mainly: blue. Hex color #0824CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0824CE is #F7DB31. Grayscale: #2E2E2E. Windows color (decimal): -16243506 or 13509640. OLE color: 13509640.
HSL color Cylindrical-coordinate representation of color #0824CE: hue angle of 231.52º 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 #0824CE is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 36 | 206 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.19 |
| HSL | 231.52º | 0.93% | 0.42% | - |
| HSV(B) | 231.52º | 0.96% | 0.81% | - |
| XYZ | 11.87 | 5.77 | 58.88 | - |
| YUV | 47.01 | 217.72 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 206 | 0.96 | 0.83 | 0 | 0.19 | 231.52 | 0.93 | 0.42 |
| Hex | 8 | 24 | CE | 60 | 53 | 0 | 13 | E8 | 5D | 2A |
| Octal | 10 | 44 | 316 | 140 | 123 | 0 | 23 | 350 | 135 | 52 |
| Binary | 1000 | 100100 | 11001110 | 1100000 | 1010011 | 0 | 10011 | 11101000 | 1011101 | 101010 |
Color Harmonies of #0824CE
Complementary color
Monochromatic Colors of #0824CE
Black with #0824CE
Text Example
Text Example
White with #0824CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0824CE; }
p { color: rgb(8,36,206); }
H1.HeaderClassName
{
color: #0824CE;
}
.AnyTagClassName
{
color: #0824CE;
}
</style>
background-color css
<style>
a { background-color: #0824CE; }
a { background-color: rgb(8,36,206); }
div.DivClassName
{
background-color: #0824CE;
}
.BgClassName
{
background-color: #0824CE;
}
</style>
border-color css
<style>
span { border-color: #0824CE; }
span { border-color: rgb(8,36,206); }
td.TdClassName
{
border-color: #0824CE;
}
.TagClassName
{
border-color: #0824CE;
}
</style>