Shades of Persian Blue #0232E6
Tints of Persian Blue #0232E6
RGB
CMYK
RGB Variations
Color information
#0232E6 (or 0x0232E6) is known color: Persian Blue. HEX triplet: 02, 32 and E6. RGB value is (2,50,230). Sum of RGB (Red+Green+Blue) = 2+50+230=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 230 (90.23% from 255 or 81.56% from 282); Max value from RGB is 230 - color contains mainly: blue. Hex color #0232E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0232E6 is #FDCD19. Grayscale: #373737. Windows color (decimal): -16633114 or 15086082. OLE color: 15086082.
HSL color Cylindrical-coordinate representation of color #0232E6: hue angle of 227.37º 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 #0232E6 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 50 | 230 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.10 |
| HSL | 227.37º | 0.98% | 0.45% | - |
| HSV(B) | 227.37º | 0.99% | 0.9% | - |
| XYZ | 15.45 | 8.01 | 75.59 | - |
| YUV | 56.17 | 226.1 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 230 | 0.99 | 0.78 | 0 | 0.10 | 227.37 | 0.98 | 0.45 |
| Hex | 2 | 32 | E6 | 63 | 4E | 0 | A | E3 | 62 | 2D |
| Octal | 2 | 62 | 346 | 143 | 116 | 0 | 12 | 343 | 142 | 55 |
| Binary | 10 | 110010 | 11100110 | 1100011 | 1001110 | 0 | 1010 | 11100011 | 1100010 | 101101 |
Color Harmonies of #0232E6
Complementary color
Monochromatic Colors of #0232E6
Black with #0232E6
Text Example
Text Example
White with #0232E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0232E6; }
p { color: rgb(2,50,230); }
H1.HeaderClassName
{
color: #0232E6;
}
.AnyTagClassName
{
color: #0232E6;
}
</style>
background-color css
<style>
a { background-color: #0232E6; }
a { background-color: rgb(2,50,230); }
div.DivClassName
{
background-color: #0232E6;
}
.BgClassName
{
background-color: #0232E6;
}
</style>
border-color css
<style>
span { border-color: #0232E6; }
span { border-color: rgb(2,50,230); }
td.TdClassName
{
border-color: #0232E6;
}
.TagClassName
{
border-color: #0232E6;
}
</style>