Shades of Persian Blue #0833CE
Tints of Persian Blue #0833CE
RGB
CMYK
RGB Variations
Color information
#0833CE (or 0x0833CE) is known color: Persian Blue. HEX triplet: 08, 33 and CE. RGB value is (8,51,206). Sum of RGB (Red+Green+Blue) = 8+51+206=265 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.02% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 206 (80.86% from 255 or 77.74% from 265); Max value from RGB is 206 - color contains mainly: blue. Hex color #0833CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0833CE is #F7CC31. Grayscale: #373737. Windows color (decimal): -16239666 or 13513480. OLE color: 13513480.
HSL color Cylindrical-coordinate representation of color #0833CE: hue angle of 226.97º 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 #0833CE is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 51 | 206 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.19 |
| HSL | 226.97º | 0.93% | 0.42% | - |
| HSV(B) | 226.97º | 0.96% | 0.81% | - |
| XYZ | 12.42 | 6.88 | 59.06 | - |
| YUV | 55.81 | 212.75 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 206 | 0.96 | 0.75 | 0 | 0.19 | 226.97 | 0.93 | 0.42 |
| Hex | 8 | 33 | CE | 60 | 4B | 0 | 13 | E3 | 5D | 2A |
| Octal | 10 | 63 | 316 | 140 | 113 | 0 | 23 | 343 | 135 | 52 |
| Binary | 1000 | 110011 | 11001110 | 1100000 | 1001011 | 0 | 10011 | 11100011 | 1011101 | 101010 |
Color Harmonies of #0833CE
Complementary color
Monochromatic Colors of #0833CE
Black with #0833CE
Text Example
Text Example
White with #0833CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0833CE; }
p { color: rgb(8,51,206); }
H1.HeaderClassName
{
color: #0833CE;
}
.AnyTagClassName
{
color: #0833CE;
}
</style>
background-color css
<style>
a { background-color: #0833CE; }
a { background-color: rgb(8,51,206); }
div.DivClassName
{
background-color: #0833CE;
}
.BgClassName
{
background-color: #0833CE;
}
</style>
border-color css
<style>
span { border-color: #0833CE; }
span { border-color: rgb(8,51,206); }
td.TdClassName
{
border-color: #0833CE;
}
.TagClassName
{
border-color: #0833CE;
}
</style>