Shades of Persian Blue #0239E5
Tints of Persian Blue #0239E5
RGB
CMYK
RGB Variations
Color information
#0239E5 (or 0x0239E5) is known color: Persian Blue. HEX triplet: 02, 39 and E5. RGB value is (2,57,229). Sum of RGB (Red+Green+Blue) = 2+57+229=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 229 (89.84% from 255 or 79.51% from 288); Max value from RGB is 229 - color contains mainly: blue. Hex color #0239E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0239E5 is #FDC61A. Grayscale: #3B3B3B. Windows color (decimal): -16631323 or 15022338. OLE color: 15022338.
HSL color Cylindrical-coordinate representation of color #0239E5: hue angle of 225.46º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0239E5 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 57 | 229 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.10 |
| HSL | 225.46º | 0.98% | 0.45% | - |
| HSV(B) | 225.46º | 0.99% | 0.9% | - |
| XYZ | 15.63 | 8.6 | 74.96 | - |
| YUV | 60.16 | 223.28 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 229 | 0.99 | 0.75 | 0 | 0.10 | 225.46 | 0.98 | 0.45 |
| Hex | 2 | 39 | E5 | 63 | 4B | 0 | A | E1 | 62 | 2D |
| Octal | 2 | 71 | 345 | 143 | 113 | 0 | 12 | 341 | 142 | 55 |
| Binary | 10 | 111001 | 11100101 | 1100011 | 1001011 | 0 | 1010 | 11100001 | 1100010 | 101101 |
Color Harmonies of #0239E5
Complementary color
Monochromatic Colors of #0239E5
Black with #0239E5
Text Example
Text Example
White with #0239E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0239E5; }
p { color: rgb(2,57,229); }
H1.HeaderClassName
{
color: #0239E5;
}
.AnyTagClassName
{
color: #0239E5;
}
</style>
background-color css
<style>
a { background-color: #0239E5; }
a { background-color: rgb(2,57,229); }
div.DivClassName
{
background-color: #0239E5;
}
.BgClassName
{
background-color: #0239E5;
}
</style>
border-color css
<style>
span { border-color: #0239E5; }
span { border-color: rgb(2,57,229); }
td.TdClassName
{
border-color: #0239E5;
}
.TagClassName
{
border-color: #0239E5;
}
</style>