Shades of Persian Blue #0439CB
Tints of Persian Blue #0439CB
RGB
CMYK
RGB Variations
Color information
#0439CB (or 0x0439CB) is known color: Persian Blue. HEX triplet: 04, 39 and CB. RGB value is (4,57,203). Sum of RGB (Red+Green+Blue) = 4+57+203=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 203 (79.69% from 255 or 76.89% from 264); Max value from RGB is 203 - color contains mainly: blue. Hex color #0439CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0439CB is #FBC634. Grayscale: #393939. Windows color (decimal): -16500277 or 13318404. OLE color: 13318404.
HSL color Cylindrical-coordinate representation of color #0439CB: hue angle of 224.02º 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 #0439CB is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 57 | 203 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.20 |
| HSL | 224.02º | 0.96% | 0.41% | - |
| HSV(B) | 224.02º | 0.98% | 0.8% | - |
| XYZ | 12.29 | 7.26 | 57.25 | - |
| YUV | 57.8 | 209.94 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 57 | 203 | 0.98 | 0.72 | 0 | 0.20 | 224.02 | 0.96 | 0.41 |
| Hex | 4 | 39 | CB | 62 | 48 | 0 | 14 | E0 | 60 | 29 |
| Octal | 4 | 71 | 313 | 142 | 110 | 0 | 24 | 340 | 140 | 51 |
| Binary | 100 | 111001 | 11001011 | 1100010 | 1001000 | 0 | 10100 | 11100000 | 1100000 | 101001 |
Color Harmonies of #0439CB
Complementary color
Monochromatic Colors of #0439CB
Black with #0439CB
Text Example
Text Example
White with #0439CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0439CB; }
p { color: rgb(4,57,203); }
H1.HeaderClassName
{
color: #0439CB;
}
.AnyTagClassName
{
color: #0439CB;
}
</style>
background-color css
<style>
a { background-color: #0439CB; }
a { background-color: rgb(4,57,203); }
div.DivClassName
{
background-color: #0439CB;
}
.BgClassName
{
background-color: #0439CB;
}
</style>
border-color css
<style>
span { border-color: #0439CB; }
span { border-color: rgb(4,57,203); }
td.TdClassName
{
border-color: #0439CB;
}
.TagClassName
{
border-color: #0439CB;
}
</style>