Shades of Persian Blue #0824C1
Tints of Persian Blue #0824C1
RGB
CMYK
RGB Variations
Color information
#0824C1 (or 0x0824C1) is known color: Persian Blue. HEX triplet: 08, 24 and C1. RGB value is (8,36,193). Sum of RGB (Red+Green+Blue) = 8+36+193=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 193 (75.78% from 255 or 81.43% from 237); Max value from RGB is 193 - color contains mainly: blue. Hex color #0824C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0824C1 is #F7DB3E. Grayscale: #2C2C2C. Windows color (decimal): -16243519 or 12657672. OLE color: 12657672.
HSL color Cylindrical-coordinate representation of color #0824C1: hue angle of 230.92º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0824C1 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 36 | 193 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.24 |
| HSL | 230.92º | 0.92% | 0.39% | - |
| HSV(B) | 230.92º | 0.96% | 0.76% | - |
| XYZ | 10.36 | 5.16 | 50.9 | - |
| YUV | 45.53 | 211.22 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 193 | 0.96 | 0.81 | 0 | 0.24 | 230.92 | 0.92 | 0.39 |
| Hex | 8 | 24 | C1 | 60 | 51 | 0 | 18 | E7 | 5C | 27 |
| Octal | 10 | 44 | 301 | 140 | 121 | 0 | 30 | 347 | 134 | 47 |
| Binary | 1000 | 100100 | 11000001 | 1100000 | 1010001 | 0 | 11000 | 11100111 | 1011100 | 100111 |
Color Harmonies of #0824C1
Complementary color
Monochromatic Colors of #0824C1
Black with #0824C1
Text Example
Text Example
White with #0824C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0824C1; }
p { color: rgb(8,36,193); }
H1.HeaderClassName
{
color: #0824C1;
}
.AnyTagClassName
{
color: #0824C1;
}
</style>
background-color css
<style>
a { background-color: #0824C1; }
a { background-color: rgb(8,36,193); }
div.DivClassName
{
background-color: #0824C1;
}
.BgClassName
{
background-color: #0824C1;
}
</style>
border-color css
<style>
span { border-color: #0824C1; }
span { border-color: rgb(8,36,193); }
td.TdClassName
{
border-color: #0824C1;
}
.TagClassName
{
border-color: #0824C1;
}
</style>