Shades of Persian Blue #0837C9
Tints of Persian Blue #0837C9
RGB
CMYK
RGB Variations
Color information
#0837C9 (or 0x0837C9) is known color: Persian Blue. HEX triplet: 08, 37 and C9. RGB value is (8,55,201). Sum of RGB (Red+Green+Blue) = 8+55+201=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 201 (78.91% from 255 or 76.14% from 264); Max value from RGB is 201 - color contains mainly: blue. Hex color #0837C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0837C9 is #F7C836. Grayscale: #383838. Windows color (decimal): -16238647 or 13186824. OLE color: 13186824.
HSL color Cylindrical-coordinate representation of color #0837C9: hue angle of 225.39º 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 #0837C9 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 55 | 201 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.21 |
| HSL | 225.39º | 0.92% | 0.41% | - |
| HSV(B) | 225.39º | 0.96% | 0.79% | - |
| XYZ | 12.01 | 7 | 55.98 | - |
| YUV | 57.59 | 208.93 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 201 | 0.96 | 0.73 | 0 | 0.21 | 225.39 | 0.92 | 0.41 |
| Hex | 8 | 37 | C9 | 60 | 49 | 0 | 15 | E1 | 5C | 29 |
| Octal | 10 | 67 | 311 | 140 | 111 | 0 | 25 | 341 | 134 | 51 |
| Binary | 1000 | 110111 | 11001001 | 1100000 | 1001001 | 0 | 10101 | 11100001 | 1011100 | 101001 |
Color Harmonies of #0837C9
Complementary color
Monochromatic Colors of #0837C9
Black with #0837C9
Text Example
Text Example
White with #0837C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0837C9; }
p { color: rgb(8,55,201); }
H1.HeaderClassName
{
color: #0837C9;
}
.AnyTagClassName
{
color: #0837C9;
}
</style>
background-color css
<style>
a { background-color: #0837C9; }
a { background-color: rgb(8,55,201); }
div.DivClassName
{
background-color: #0837C9;
}
.BgClassName
{
background-color: #0837C9;
}
</style>
border-color css
<style>
span { border-color: #0837C9; }
span { border-color: rgb(8,55,201); }
td.TdClassName
{
border-color: #0837C9;
}
.TagClassName
{
border-color: #0837C9;
}
</style>