Shades of Persian Blue #0840C9
Tints of Persian Blue #0840C9
RGB
CMYK
RGB Variations
Color information
#0840C9 (or 0x0840C9) is known color: Persian Blue. HEX triplet: 08, 40 and C9. RGB value is (8,64,201). Sum of RGB (Red+Green+Blue) = 8+64+201=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 201 (78.91% from 255 or 73.63% from 273); Max value from RGB is 201 - color contains mainly: blue. Hex color #0840C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0840C9 is #F7BF36. Grayscale: #3E3E3E. Windows color (decimal): -16236343 or 13189128. OLE color: 13189128.
HSL color Cylindrical-coordinate representation of color #0840C9: hue angle of 222.59º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0840C9 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 64 | 201 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.21 |
| HSL | 222.59º | 0.92% | 0.41% | - |
| HSV(B) | 222.59º | 0.96% | 0.79% | - |
| XYZ | 12.48 | 7.94 | 56.13 | - |
| YUV | 62.87 | 205.95 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 201 | 0.96 | 0.68 | 0 | 0.21 | 222.59 | 0.92 | 0.41 |
| Hex | 8 | 40 | C9 | 60 | 44 | 0 | 15 | DF | 5C | 29 |
| Octal | 10 | 100 | 311 | 140 | 104 | 0 | 25 | 337 | 134 | 51 |
| Binary | 1000 | 1000000 | 11001001 | 1100000 | 1000100 | 0 | 10101 | 11011111 | 1011100 | 101001 |
Color Harmonies of #0840C9
Complementary color
Monochromatic Colors of #0840C9
Black with #0840C9
Text Example
Text Example
White with #0840C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0840C9; }
p { color: rgb(8,64,201); }
H1.HeaderClassName
{
color: #0840C9;
}
.AnyTagClassName
{
color: #0840C9;
}
</style>
background-color css
<style>
a { background-color: #0840C9; }
a { background-color: rgb(8,64,201); }
div.DivClassName
{
background-color: #0840C9;
}
.BgClassName
{
background-color: #0840C9;
}
</style>
border-color css
<style>
span { border-color: #0840C9; }
span { border-color: rgb(8,64,201); }
td.TdClassName
{
border-color: #0840C9;
}
.TagClassName
{
border-color: #0840C9;
}
</style>