Shades of Persian Blue #0839CC
Tints of Persian Blue #0839CC
RGB
CMYK
RGB Variations
Color information
#0839CC (or 0x0839CC) is known color: Persian Blue. HEX triplet: 08, 39 and CC. RGB value is (8,57,204). Sum of RGB (Red+Green+Blue) = 8+57+204=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #0839CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0839CC is #F7C633. Grayscale: #3A3A3A. Windows color (decimal): -16238132 or 13383944. OLE color: 13383944.
HSL color Cylindrical-coordinate representation of color #0839CC: hue angle of 225º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0839CC is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 57 | 204 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.2 |
| HSL | 225º | 0.92% | 0.42% | - |
| HSV(B) | 225º | 0.96% | 0.8% | - |
| XYZ | 12.46 | 7.34 | 57.89 | - |
| YUV | 59.11 | 209.77 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 57 | 204 | 0.96 | 0.72 | 0 | 0.2 | 225 | 0.92 | 0.42 |
| Hex | 8 | 39 | CC | 60 | 48 | 0 | 14 | E1 | 5C | 2A |
| Octal | 10 | 71 | 314 | 140 | 110 | 0 | 24 | 341 | 134 | 52 |
| Binary | 1000 | 111001 | 11001100 | 1100000 | 1001000 | 0 | 10100 | 11100001 | 1011100 | 101010 |
Color Harmonies of #0839CC
Complementary color
Monochromatic Colors of #0839CC
Black with #0839CC
Text Example
Text Example
White with #0839CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0839CC; }
p { color: rgb(8,57,204); }
H1.HeaderClassName
{
color: #0839CC;
}
.AnyTagClassName
{
color: #0839CC;
}
</style>
background-color css
<style>
a { background-color: #0839CC; }
a { background-color: rgb(8,57,204); }
div.DivClassName
{
background-color: #0839CC;
}
.BgClassName
{
background-color: #0839CC;
}
</style>
border-color css
<style>
span { border-color: #0839CC; }
span { border-color: rgb(8,57,204); }
td.TdClassName
{
border-color: #0839CC;
}
.TagClassName
{
border-color: #0839CC;
}
</style>