Shades of Persian Blue #0039CB
Tints of Persian Blue #0039CB
RGB
CMYK
RGB Variations
Color information
#0039CB (or 0x0039CB) is known color: Persian Blue. HEX triplet: 00, 39 and CB. RGB value is (0,57,203). Sum of RGB (Red+Green+Blue) = 0+57+203=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 203 (79.69% from 255 or 78.08% from 260); Max value from RGB is 203 - color contains mainly: blue. Hex color #0039CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0039CB is #FFC634. Grayscale: #373737. Windows color (decimal): -16762421 or 13318400. OLE color: 13318400.
HSL color Cylindrical-coordinate representation of color #0039CB: hue angle of 223.15º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0039CB is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 57 | 203 | - |
| CMYK | 1 | 0.72 | 0 | 0.20 |
| HSL | 223.15º | 1% | 0.4% | - |
| HSV(B) | 223.15º | 1% | 0.8% | - |
| XYZ | 12.24 | 7.24 | 57.25 | - |
| YUV | 56.6 | 210.62 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 203 | 1 | 0.72 | 0 | 0.20 | 223.15 | 1 | 0.4 |
| Hex | 0 | 39 | CB | 64 | 48 | 0 | 14 | DF | 64 | 28 |
| Octal | 0 | 71 | 313 | 144 | 110 | 0 | 24 | 337 | 144 | 50 |
| Binary | 0 | 111001 | 11001011 | 1100100 | 1001000 | 0 | 10100 | 11011111 | 1100100 | 101000 |
Color Harmonies of #0039CB
Complementary color
Monochromatic Colors of #0039CB
Black with #0039CB
Text Example
Text Example
White with #0039CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0039CB; }
p { color: rgb(0,57,203); }
H1.HeaderClassName
{
color: #0039CB;
}
.AnyTagClassName
{
color: #0039CB;
}
</style>
background-color css
<style>
a { background-color: #0039CB; }
a { background-color: rgb(0,57,203); }
div.DivClassName
{
background-color: #0039CB;
}
.BgClassName
{
background-color: #0039CB;
}
</style>
border-color css
<style>
span { border-color: #0039CB; }
span { border-color: rgb(0,57,203); }
td.TdClassName
{
border-color: #0039CB;
}
.TagClassName
{
border-color: #0039CB;
}
</style>