Shades of Persian Blue #0841CE
Tints of Persian Blue #0841CE
RGB
CMYK
RGB Variations
Color information
#0841CE (or 0x0841CE) is known color: Persian Blue. HEX triplet: 08, 41 and CE. RGB value is (8,65,206). Sum of RGB (Red+Green+Blue) = 8+65+206=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 206 (80.86% from 255 or 73.84% from 279); Max value from RGB is 206 - color contains mainly: blue. Hex color #0841CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0841CE is #F7BE31. Grayscale: #3F3F3F. Windows color (decimal): -16236082 or 13517064. OLE color: 13517064.
HSL color Cylindrical-coordinate representation of color #0841CE: hue angle of 222.73º 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 #0841CE is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 65 | 206 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.19 |
| HSL | 222.73º | 0.93% | 0.42% | - |
| HSV(B) | 222.73º | 0.96% | 0.81% | - |
| XYZ | 13.13 | 8.29 | 59.3 | - |
| YUV | 64.03 | 208.12 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 206 | 0.96 | 0.68 | 0 | 0.19 | 222.73 | 0.93 | 0.42 |
| Hex | 8 | 41 | CE | 60 | 44 | 0 | 13 | DF | 5D | 2A |
| Octal | 10 | 101 | 316 | 140 | 104 | 0 | 23 | 337 | 135 | 52 |
| Binary | 1000 | 1000001 | 11001110 | 1100000 | 1000100 | 0 | 10011 | 11011111 | 1011101 | 101010 |
Color Harmonies of #0841CE
Complementary color
Monochromatic Colors of #0841CE
Black with #0841CE
Text Example
Text Example
White with #0841CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0841CE; }
p { color: rgb(8,65,206); }
H1.HeaderClassName
{
color: #0841CE;
}
.AnyTagClassName
{
color: #0841CE;
}
</style>
background-color css
<style>
a { background-color: #0841CE; }
a { background-color: rgb(8,65,206); }
div.DivClassName
{
background-color: #0841CE;
}
.BgClassName
{
background-color: #0841CE;
}
</style>
border-color css
<style>
span { border-color: #0841CE; }
span { border-color: rgb(8,65,206); }
td.TdClassName
{
border-color: #0841CE;
}
.TagClassName
{
border-color: #0841CE;
}
</style>