Shades of Persian Blue #0843DB
Tints of Persian Blue #0843DB
RGB
CMYK
RGB Variations
Color information
#0843DB (or 0x0843DB) is known color: Persian Blue. HEX triplet: 08, 43 and DB. RGB value is (8,67,219). Sum of RGB (Red+Green+Blue) = 8+67+219=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #0843DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0843DB is #F7BC24. Grayscale: #424242. Windows color (decimal): -16235557 or 14369544. OLE color: 14369544.
HSL color Cylindrical-coordinate representation of color #0843DB: hue angle of 223.22º 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 #0843DB is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 67 | 219 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.14 |
| HSL | 223.22º | 0.93% | 0.45% | - |
| HSV(B) | 223.22º | 0.96% | 0.86% | - |
| XYZ | 14.89 | 9.18 | 68 | - |
| YUV | 66.69 | 213.95 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 67 | 219 | 0.96 | 0.69 | 0 | 0.14 | 223.22 | 0.93 | 0.45 |
| Hex | 8 | 43 | DB | 60 | 45 | 0 | E | DF | 5D | 2D |
| Octal | 10 | 103 | 333 | 140 | 105 | 0 | 16 | 337 | 135 | 55 |
| Binary | 1000 | 1000011 | 11011011 | 1100000 | 1000101 | 0 | 1110 | 11011111 | 1011101 | 101101 |
Color Harmonies of #0843DB
Complementary color
Monochromatic Colors of #0843DB
Black with #0843DB
Text Example
Text Example
White with #0843DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0843DB; }
p { color: rgb(8,67,219); }
H1.HeaderClassName
{
color: #0843DB;
}
.AnyTagClassName
{
color: #0843DB;
}
</style>
background-color css
<style>
a { background-color: #0843DB; }
a { background-color: rgb(8,67,219); }
div.DivClassName
{
background-color: #0843DB;
}
.BgClassName
{
background-color: #0843DB;
}
</style>
border-color css
<style>
span { border-color: #0843DB; }
span { border-color: rgb(8,67,219); }
td.TdClassName
{
border-color: #0843DB;
}
.TagClassName
{
border-color: #0843DB;
}
</style>