Shades of Persian Blue #0837EF
Tints of Persian Blue #0837EF
RGB
CMYK
RGB Variations
Color information
#0837EF (or 0x0837EF) is known color: Persian Blue. HEX triplet: 08, 37 and EF. RGB value is (8,55,239). Sum of RGB (Red+Green+Blue) = 8+55+239=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 239 (93.75% from 255 or 79.14% from 302); Max value from RGB is 239 - color contains mainly: blue. Hex color #0837EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0837EF is #F7C810. Grayscale: #3D3D3D. Windows color (decimal): -16238609 or 15677192. OLE color: 15677192.
HSL color Cylindrical-coordinate representation of color #0837EF: hue angle of 227.79º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0837EF is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 55 | 239 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.06 |
| HSL | 227.79º | 0.94% | 0.48% | - |
| HSV(B) | 227.79º | 0.97% | 0.94% | - |
| XYZ | 17.05 | 9.02 | 82.5 | - |
| YUV | 61.92 | 227.93 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 239 | 0.97 | 0.77 | 0 | 0.06 | 227.79 | 0.94 | 0.48 |
| Hex | 8 | 37 | EF | 61 | 4D | 0 | 6 | E4 | 5E | 30 |
| Octal | 10 | 67 | 357 | 141 | 115 | 0 | 6 | 344 | 136 | 60 |
| Binary | 1000 | 110111 | 11101111 | 1100001 | 1001101 | 0 | 110 | 11100100 | 1011110 | 110000 |
Color Harmonies of #0837EF
Complementary color
Monochromatic Colors of #0837EF
Black with #0837EF
Text Example
Text Example
White with #0837EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0837EF; }
p { color: rgb(8,55,239); }
H1.HeaderClassName
{
color: #0837EF;
}
.AnyTagClassName
{
color: #0837EF;
}
</style>
background-color css
<style>
a { background-color: #0837EF; }
a { background-color: rgb(8,55,239); }
div.DivClassName
{
background-color: #0837EF;
}
.BgClassName
{
background-color: #0837EF;
}
</style>
border-color css
<style>
span { border-color: #0837EF; }
span { border-color: rgb(8,55,239); }
td.TdClassName
{
border-color: #0837EF;
}
.TagClassName
{
border-color: #0837EF;
}
</style>