Shades of Persian Blue #0837DC
Tints of Persian Blue #0837DC
RGB
CMYK
RGB Variations
Color information
#0837DC (or 0x0837DC) is known color: Persian Blue. HEX triplet: 08, 37 and DC. RGB value is (8,55,220). Sum of RGB (Red+Green+Blue) = 8+55+220=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 220 (86.33% from 255 or 77.74% from 283); Max value from RGB is 220 - color contains mainly: blue. Hex color #0837DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0837DC is #F7C823. Grayscale: #3B3B3B. Windows color (decimal): -16238628 or 14432008. OLE color: 14432008.
HSL color Cylindrical-coordinate representation of color #0837DC: hue angle of 226.7º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0837DC is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 55 | 220 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.14 |
| HSL | 226.7º | 0.93% | 0.45% | - |
| HSV(B) | 226.7º | 0.96% | 0.86% | - |
| XYZ | 14.38 | 7.95 | 68.49 | - |
| YUV | 59.76 | 218.43 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 220 | 0.96 | 0.75 | 0 | 0.14 | 226.7 | 0.93 | 0.45 |
| Hex | 8 | 37 | DC | 60 | 4B | 0 | E | E3 | 5D | 2D |
| Octal | 10 | 67 | 334 | 140 | 113 | 0 | 16 | 343 | 135 | 55 |
| Binary | 1000 | 110111 | 11011100 | 1100000 | 1001011 | 0 | 1110 | 11100011 | 1011101 | 101101 |
Color Harmonies of #0837DC
Complementary color
Monochromatic Colors of #0837DC
Black with #0837DC
Text Example
Text Example
White with #0837DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0837DC; }
p { color: rgb(8,55,220); }
H1.HeaderClassName
{
color: #0837DC;
}
.AnyTagClassName
{
color: #0837DC;
}
</style>
background-color css
<style>
a { background-color: #0837DC; }
a { background-color: rgb(8,55,220); }
div.DivClassName
{
background-color: #0837DC;
}
.BgClassName
{
background-color: #0837DC;
}
</style>
border-color css
<style>
span { border-color: #0837DC; }
span { border-color: rgb(8,55,220); }
td.TdClassName
{
border-color: #0837DC;
}
.TagClassName
{
border-color: #0837DC;
}
</style>