Shades of Persian Blue #0239C5
Tints of Persian Blue #0239C5
RGB
CMYK
RGB Variations
Color information
#0239C5 (or 0x0239C5) is known color: Persian Blue. HEX triplet: 02, 39 and C5. RGB value is (2,57,197). Sum of RGB (Red+Green+Blue) = 2+57+197=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 197 (77.34% from 255 or 76.95% from 256); Max value from RGB is 197 - color contains mainly: blue. Hex color #0239C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0239C5 is #FDC63A. Grayscale: #373737. Windows color (decimal): -16631355 or 12925186. OLE color: 12925186.
HSL color Cylindrical-coordinate representation of color #0239C5: hue angle of 223.08º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0239C5 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 57 | 197 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.23 |
| HSL | 223.08º | 0.98% | 0.39% | - |
| HSV(B) | 223.08º | 0.99% | 0.77% | - |
| XYZ | 11.57 | 6.97 | 53.56 | - |
| YUV | 56.52 | 207.28 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 197 | 0.99 | 0.71 | 0 | 0.23 | 223.08 | 0.98 | 0.39 |
| Hex | 2 | 39 | C5 | 63 | 47 | 0 | 17 | DF | 62 | 27 |
| Octal | 2 | 71 | 305 | 143 | 107 | 0 | 27 | 337 | 142 | 47 |
| Binary | 10 | 111001 | 11000101 | 1100011 | 1000111 | 0 | 10111 | 11011111 | 1100010 | 100111 |
Color Harmonies of #0239C5
Complementary color
Monochromatic Colors of #0239C5
Black with #0239C5
Text Example
Text Example
White with #0239C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0239C5; }
p { color: rgb(2,57,197); }
H1.HeaderClassName
{
color: #0239C5;
}
.AnyTagClassName
{
color: #0239C5;
}
</style>
background-color css
<style>
a { background-color: #0239C5; }
a { background-color: rgb(2,57,197); }
div.DivClassName
{
background-color: #0239C5;
}
.BgClassName
{
background-color: #0239C5;
}
</style>
border-color css
<style>
span { border-color: #0239C5; }
span { border-color: rgb(2,57,197); }
td.TdClassName
{
border-color: #0239C5;
}
.TagClassName
{
border-color: #0239C5;
}
</style>