Shades of Persian Blue #0845DA
Tints of Persian Blue #0845DA
RGB
CMYK
RGB Variations
Color information
#0845DA (or 0x0845DA) is known color: Persian Blue. HEX triplet: 08, 45 and DA. RGB value is (8,69,218). Sum of RGB (Red+Green+Blue) = 8+69+218=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 218 (85.55% from 255 or 73.90% from 295); Max value from RGB is 218 - color contains mainly: blue. Hex color #0845DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0845DA is #F7BA25. Grayscale: #434343. Windows color (decimal): -16235046 or 14304520. OLE color: 14304520.
HSL color Cylindrical-coordinate representation of color #0845DA: hue angle of 222.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0845DA is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 69 | 218 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.15 |
| HSL | 222.57º | 0.93% | 0.44% | - |
| HSV(B) | 222.57º | 0.96% | 0.85% | - |
| XYZ | 14.88 | 9.37 | 67.35 | - |
| YUV | 67.75 | 212.79 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 218 | 0.96 | 0.68 | 0 | 0.15 | 222.57 | 0.93 | 0.44 |
| Hex | 8 | 45 | DA | 60 | 44 | 0 | F | DF | 5D | 2C |
| Octal | 10 | 105 | 332 | 140 | 104 | 0 | 17 | 337 | 135 | 54 |
| Binary | 1000 | 1000101 | 11011010 | 1100000 | 1000100 | 0 | 1111 | 11011111 | 1011101 | 101100 |
Color Harmonies of #0845DA
Complementary color
Monochromatic Colors of #0845DA
Black with #0845DA
Text Example
Text Example
White with #0845DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0845DA; }
p { color: rgb(8,69,218); }
H1.HeaderClassName
{
color: #0845DA;
}
.AnyTagClassName
{
color: #0845DA;
}
</style>
background-color css
<style>
a { background-color: #0845DA; }
a { background-color: rgb(8,69,218); }
div.DivClassName
{
background-color: #0845DA;
}
.BgClassName
{
background-color: #0845DA;
}
</style>
border-color css
<style>
span { border-color: #0845DA; }
span { border-color: rgb(8,69,218); }
td.TdClassName
{
border-color: #0845DA;
}
.TagClassName
{
border-color: #0845DA;
}
</style>