Shades of Persian Blue #0839D1
Tints of Persian Blue #0839D1
RGB
CMYK
RGB Variations
Color information
#0839D1 (or 0x0839D1) is known color: Persian Blue. HEX triplet: 08, 39 and D1. RGB value is (8,57,209). Sum of RGB (Red+Green+Blue) = 8+57+209=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 209 (82.03% from 255 or 76.28% from 274); Max value from RGB is 209 - color contains mainly: blue. Hex color #0839D1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0839D1 is #F7C62E. Grayscale: #3B3B3B. Windows color (decimal): -16238127 or 13711624. OLE color: 13711624.
HSL color Cylindrical-coordinate representation of color #0839D1: hue angle of 225.37º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0839D1 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 57 | 209 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.18 |
| HSL | 225.37º | 0.93% | 0.43% | - |
| HSV(B) | 225.37º | 0.96% | 0.82% | - |
| XYZ | 13.07 | 7.58 | 61.1 | - |
| YUV | 59.68 | 212.27 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 57 | 209 | 0.96 | 0.73 | 0 | 0.18 | 225.37 | 0.93 | 0.43 |
| Hex | 8 | 39 | D1 | 60 | 49 | 0 | 12 | E1 | 5D | 2B |
| Octal | 10 | 71 | 321 | 140 | 111 | 0 | 22 | 341 | 135 | 53 |
| Binary | 1000 | 111001 | 11010001 | 1100000 | 1001001 | 0 | 10010 | 11100001 | 1011101 | 101011 |
Color Harmonies of #0839D1
Complementary color
Monochromatic Colors of #0839D1
Black with #0839D1
Text Example
Text Example
White with #0839D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0839D1; }
p { color: rgb(8,57,209); }
H1.HeaderClassName
{
color: #0839D1;
}
.AnyTagClassName
{
color: #0839D1;
}
</style>
background-color css
<style>
a { background-color: #0839D1; }
a { background-color: rgb(8,57,209); }
div.DivClassName
{
background-color: #0839D1;
}
.BgClassName
{
background-color: #0839D1;
}
</style>
border-color css
<style>
span { border-color: #0839D1; }
span { border-color: rgb(8,57,209); }
td.TdClassName
{
border-color: #0839D1;
}
.TagClassName
{
border-color: #0839D1;
}
</style>