Shades of Persian Blue #0839C2
Tints of Persian Blue #0839C2
RGB
CMYK
RGB Variations
Color information
#0839C2 (or 0x0839C2) is known color: Persian Blue. HEX triplet: 08, 39 and C2. RGB value is (8,57,194). Sum of RGB (Red+Green+Blue) = 8+57+194=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 194 (76.17% from 255 or 74.90% from 259); Max value from RGB is 194 - color contains mainly: blue. Hex color #0839C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0839C2 is #F7C63D. Grayscale: #393939. Windows color (decimal): -16238142 or 12728584. OLE color: 12728584.
HSL color Cylindrical-coordinate representation of color #0839C2: hue angle of 224.19º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0839C2 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 57 | 194 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.24 |
| HSL | 224.19º | 0.92% | 0.4% | - |
| HSV(B) | 224.19º | 0.96% | 0.76% | - |
| XYZ | 11.3 | 6.87 | 51.77 | - |
| YUV | 57.97 | 204.77 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 57 | 194 | 0.96 | 0.71 | 0 | 0.24 | 224.19 | 0.92 | 0.4 |
| Hex | 8 | 39 | C2 | 60 | 47 | 0 | 18 | E0 | 5C | 28 |
| Octal | 10 | 71 | 302 | 140 | 107 | 0 | 30 | 340 | 134 | 50 |
| Binary | 1000 | 111001 | 11000010 | 1100000 | 1000111 | 0 | 11000 | 11100000 | 1011100 | 101000 |
Color Harmonies of #0839C2
Complementary color
Monochromatic Colors of #0839C2
Black with #0839C2
Text Example
Text Example
White with #0839C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0839C2; }
p { color: rgb(8,57,194); }
H1.HeaderClassName
{
color: #0839C2;
}
.AnyTagClassName
{
color: #0839C2;
}
</style>
background-color css
<style>
a { background-color: #0839C2; }
a { background-color: rgb(8,57,194); }
div.DivClassName
{
background-color: #0839C2;
}
.BgClassName
{
background-color: #0839C2;
}
</style>
border-color css
<style>
span { border-color: #0839C2; }
span { border-color: rgb(8,57,194); }
td.TdClassName
{
border-color: #0839C2;
}
.TagClassName
{
border-color: #0839C2;
}
</style>