Shades of Persian Blue #0848CE
Tints of Persian Blue #0848CE
RGB
CMYK
RGB Variations
Color information
#0848CE (or 0x0848CE) is known color: Persian Blue. HEX triplet: 08, 48 and CE. RGB value is (8,72,206). Sum of RGB (Red+Green+Blue) = 8+72+206=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #0848CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0848CE is #F7B731. Grayscale: #434343. Windows color (decimal): -16234290 or 13518856. OLE color: 13518856.
HSL color Cylindrical-coordinate representation of color #0848CE: hue angle of 220.61º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0848CE is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 72 | 206 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.19 |
| HSL | 220.61º | 0.93% | 0.42% | - |
| HSV(B) | 220.61º | 0.96% | 0.81% | - |
| XYZ | 13.56 | 9.14 | 59.44 | - |
| YUV | 68.14 | 205.8 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 72 | 206 | 0.96 | 0.65 | 0 | 0.19 | 220.61 | 0.93 | 0.42 |
| Hex | 8 | 48 | CE | 60 | 41 | 0 | 13 | DD | 5D | 2A |
| Octal | 10 | 110 | 316 | 140 | 101 | 0 | 23 | 335 | 135 | 52 |
| Binary | 1000 | 1001000 | 11001110 | 1100000 | 1000001 | 0 | 10011 | 11011101 | 1011101 | 101010 |
Color Harmonies of #0848CE
Complementary color
Monochromatic Colors of #0848CE
Black with #0848CE
Text Example
Text Example
White with #0848CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0848CE; }
p { color: rgb(8,72,206); }
H1.HeaderClassName
{
color: #0848CE;
}
.AnyTagClassName
{
color: #0848CE;
}
</style>
background-color css
<style>
a { background-color: #0848CE; }
a { background-color: rgb(8,72,206); }
div.DivClassName
{
background-color: #0848CE;
}
.BgClassName
{
background-color: #0848CE;
}
</style>
border-color css
<style>
span { border-color: #0848CE; }
span { border-color: rgb(8,72,206); }
td.TdClassName
{
border-color: #0848CE;
}
.TagClassName
{
border-color: #0848CE;
}
</style>