Shades of Persian Blue #0439CC
Tints of Persian Blue #0439CC
RGB
CMYK
RGB Variations
Color information
#0439CC (or 0x0439CC) is known color: Persian Blue. HEX triplet: 04, 39 and CC. RGB value is (4,57,204). Sum of RGB (Red+Green+Blue) = 4+57+204=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 204 (80.08% from 255 or 76.98% from 265); Max value from RGB is 204 - color contains mainly: blue. Hex color #0439CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0439CC is #FBC633. Grayscale: #393939. Windows color (decimal): -16500276 or 13383940. OLE color: 13383940.
HSL color Cylindrical-coordinate representation of color #0439CC: hue angle of 224.1º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0439CC is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 57 | 204 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.2 |
| HSL | 224.1º | 0.96% | 0.41% | - |
| HSV(B) | 224.1º | 0.98% | 0.8% | - |
| XYZ | 12.41 | 7.31 | 57.88 | - |
| YUV | 57.91 | 210.44 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 57 | 204 | 0.98 | 0.72 | 0 | 0.2 | 224.1 | 0.96 | 0.41 |
| Hex | 4 | 39 | CC | 62 | 48 | 0 | 14 | E0 | 60 | 29 |
| Octal | 4 | 71 | 314 | 142 | 110 | 0 | 24 | 340 | 140 | 51 |
| Binary | 100 | 111001 | 11001100 | 1100010 | 1001000 | 0 | 10100 | 11100000 | 1100000 | 101001 |
Color Harmonies of #0439CC
Complementary color
Monochromatic Colors of #0439CC
Black with #0439CC
Text Example
Text Example
White with #0439CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0439CC; }
p { color: rgb(4,57,204); }
H1.HeaderClassName
{
color: #0439CC;
}
.AnyTagClassName
{
color: #0439CC;
}
</style>
background-color css
<style>
a { background-color: #0439CC; }
a { background-color: rgb(4,57,204); }
div.DivClassName
{
background-color: #0439CC;
}
.BgClassName
{
background-color: #0439CC;
}
</style>
border-color css
<style>
span { border-color: #0439CC; }
span { border-color: rgb(4,57,204); }
td.TdClassName
{
border-color: #0439CC;
}
.TagClassName
{
border-color: #0439CC;
}
</style>