Shades of Persian Blue #0239CB
Tints of Persian Blue #0239CB
RGB
CMYK
RGB Variations
Color information
#0239CB (or 0x0239CB) is known color: Persian Blue. HEX triplet: 02, 39 and CB. RGB value is (2,57,203). Sum of RGB (Red+Green+Blue) = 2+57+203=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #0239CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0239CB is #FDC634. Grayscale: #383838. Windows color (decimal): -16631349 or 13318402. OLE color: 13318402.
HSL color Cylindrical-coordinate representation of color #0239CB: hue angle of 223.58º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0239CB is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 57 | 203 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.20 |
| HSL | 223.58º | 0.98% | 0.4% | - |
| HSV(B) | 223.58º | 0.99% | 0.8% | - |
| XYZ | 12.27 | 7.25 | 57.25 | - |
| YUV | 57.2 | 210.28 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 203 | 0.99 | 0.72 | 0 | 0.20 | 223.58 | 0.98 | 0.4 |
| Hex | 2 | 39 | CB | 63 | 48 | 0 | 14 | E0 | 62 | 28 |
| Octal | 2 | 71 | 313 | 143 | 110 | 0 | 24 | 340 | 142 | 50 |
| Binary | 10 | 111001 | 11001011 | 1100011 | 1001000 | 0 | 10100 | 11100000 | 1100010 | 101000 |
Color Harmonies of #0239CB
Complementary color
Monochromatic Colors of #0239CB
Black with #0239CB
Text Example
Text Example
White with #0239CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0239CB; }
p { color: rgb(2,57,203); }
H1.HeaderClassName
{
color: #0239CB;
}
.AnyTagClassName
{
color: #0239CB;
}
</style>
background-color css
<style>
a { background-color: #0239CB; }
a { background-color: rgb(2,57,203); }
div.DivClassName
{
background-color: #0239CB;
}
.BgClassName
{
background-color: #0239CB;
}
</style>
border-color css
<style>
span { border-color: #0239CB; }
span { border-color: rgb(2,57,203); }
td.TdClassName
{
border-color: #0239CB;
}
.TagClassName
{
border-color: #0239CB;
}
</style>