Shades of Persian Blue #0845DB
Tints of Persian Blue #0845DB
RGB
CMYK
RGB Variations
Color information
#0845DB (or 0x0845DB) is known color: Persian Blue. HEX triplet: 08, 45 and DB. RGB value is (8,69,219). Sum of RGB (Red+Green+Blue) = 8+69+219=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #0845DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0845DB is #F7BA24. Grayscale: #434343. Windows color (decimal): -16235045 or 14370056. OLE color: 14370056.
HSL color Cylindrical-coordinate representation of color #0845DB: hue angle of 222.65º 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 #0845DB is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 69 | 219 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.14 |
| HSL | 222.65º | 0.93% | 0.45% | - |
| HSV(B) | 222.65º | 0.96% | 0.86% | - |
| XYZ | 15.01 | 9.42 | 68.05 | - |
| YUV | 67.86 | 213.29 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 219 | 0.96 | 0.68 | 0 | 0.14 | 222.65 | 0.93 | 0.45 |
| Hex | 8 | 45 | DB | 60 | 44 | 0 | E | DF | 5D | 2D |
| Octal | 10 | 105 | 333 | 140 | 104 | 0 | 16 | 337 | 135 | 55 |
| Binary | 1000 | 1000101 | 11011011 | 1100000 | 1000100 | 0 | 1110 | 11011111 | 1011101 | 101101 |
Color Harmonies of #0845DB
Complementary color
Monochromatic Colors of #0845DB
Black with #0845DB
Text Example
Text Example
White with #0845DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0845DB; }
p { color: rgb(8,69,219); }
H1.HeaderClassName
{
color: #0845DB;
}
.AnyTagClassName
{
color: #0845DB;
}
</style>
background-color css
<style>
a { background-color: #0845DB; }
a { background-color: rgb(8,69,219); }
div.DivClassName
{
background-color: #0845DB;
}
.BgClassName
{
background-color: #0845DB;
}
</style>
border-color css
<style>
span { border-color: #0845DB; }
span { border-color: rgb(8,69,219); }
td.TdClassName
{
border-color: #0845DB;
}
.TagClassName
{
border-color: #0845DB;
}
</style>