Shades of Persian Blue #0239E6
Tints of Persian Blue #0239E6
RGB
CMYK
RGB Variations
Color information
#0239E6 (or 0x0239E6) is known color: Persian Blue. HEX triplet: 02, 39 and E6. RGB value is (2,57,230). Sum of RGB (Red+Green+Blue) = 2+57+230=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 230 (90.23% from 255 or 79.58% from 289); Max value from RGB is 230 - color contains mainly: blue. Hex color #0239E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0239E6 is #FDC619. Grayscale: #3B3B3B. Windows color (decimal): -16631322 or 15087874. OLE color: 15087874.
HSL color Cylindrical-coordinate representation of color #0239E6: hue angle of 225.53º 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 #0239E6 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 57 | 230 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.10 |
| HSL | 225.53º | 0.98% | 0.45% | - |
| HSV(B) | 225.53º | 0.99% | 0.9% | - |
| XYZ | 15.77 | 8.65 | 75.7 | - |
| YUV | 60.28 | 223.78 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 230 | 0.99 | 0.75 | 0 | 0.10 | 225.53 | 0.98 | 0.45 |
| Hex | 2 | 39 | E6 | 63 | 4B | 0 | A | E2 | 62 | 2D |
| Octal | 2 | 71 | 346 | 143 | 113 | 0 | 12 | 342 | 142 | 55 |
| Binary | 10 | 111001 | 11100110 | 1100011 | 1001011 | 0 | 1010 | 11100010 | 1100010 | 101101 |
Color Harmonies of #0239E6
Complementary color
Monochromatic Colors of #0239E6
Black with #0239E6
Text Example
Text Example
White with #0239E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0239E6; }
p { color: rgb(2,57,230); }
H1.HeaderClassName
{
color: #0239E6;
}
.AnyTagClassName
{
color: #0239E6;
}
</style>
background-color css
<style>
a { background-color: #0239E6; }
a { background-color: rgb(2,57,230); }
div.DivClassName
{
background-color: #0239E6;
}
.BgClassName
{
background-color: #0239E6;
}
</style>
border-color css
<style>
span { border-color: #0239E6; }
span { border-color: rgb(2,57,230); }
td.TdClassName
{
border-color: #0239E6;
}
.TagClassName
{
border-color: #0239E6;
}
</style>