Shades of Persian Blue #0829CC
Tints of Persian Blue #0829CC
RGB
CMYK
RGB Variations
Color information
#0829CC (or 0x0829CC) is known color: Persian Blue. HEX triplet: 08, 29 and CC. RGB value is (8,41,204). Sum of RGB (Red+Green+Blue) = 8+41+204=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 204 (80.08% from 255 or 80.63% from 253); Max value from RGB is 204 - color contains mainly: blue. Hex color #0829CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0829CC is #F7D633. Grayscale: #313131. Windows color (decimal): -16242228 or 13379848. OLE color: 13379848.
HSL color Cylindrical-coordinate representation of color #0829CC: hue angle of 229.9º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0829CC is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 41 | 204 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.2 |
| HSL | 229.9º | 0.92% | 0.42% | - |
| HSV(B) | 229.9º | 0.96% | 0.8% | - |
| XYZ | 11.79 | 6 | 57.66 | - |
| YUV | 49.72 | 215.07 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 204 | 0.96 | 0.80 | 0 | 0.2 | 229.9 | 0.92 | 0.42 |
| Hex | 8 | 29 | CC | 60 | 50 | 0 | 14 | E6 | 5C | 2A |
| Octal | 10 | 51 | 314 | 140 | 120 | 0 | 24 | 346 | 134 | 52 |
| Binary | 1000 | 101001 | 11001100 | 1100000 | 1010000 | 0 | 10100 | 11100110 | 1011100 | 101010 |
Color Harmonies of #0829CC
Complementary color
Monochromatic Colors of #0829CC
Black with #0829CC
Text Example
Text Example
White with #0829CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0829CC; }
p { color: rgb(8,41,204); }
H1.HeaderClassName
{
color: #0829CC;
}
.AnyTagClassName
{
color: #0829CC;
}
</style>
background-color css
<style>
a { background-color: #0829CC; }
a { background-color: rgb(8,41,204); }
div.DivClassName
{
background-color: #0829CC;
}
.BgClassName
{
background-color: #0829CC;
}
</style>
border-color css
<style>
span { border-color: #0829CC; }
span { border-color: rgb(8,41,204); }
td.TdClassName
{
border-color: #0829CC;
}
.TagClassName
{
border-color: #0829CC;
}
</style>