Shades of Persian Blue #0233E0
Tints of Persian Blue #0233E0
RGB
CMYK
RGB Variations
Color information
#0233E0 (or 0x0233E0) is known color: Persian Blue. HEX triplet: 02, 33 and E0. RGB value is (2,51,224). Sum of RGB (Red+Green+Blue) = 2+51+224=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 224 (87.89% from 255 or 80.87% from 277); Max value from RGB is 224 - color contains mainly: blue. Hex color #0233E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0233E0 is #FDCC1F. Grayscale: #373737. Windows color (decimal): -16632864 or 14693122. OLE color: 14693122.
HSL color Cylindrical-coordinate representation of color #0233E0: hue angle of 226.76º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0233E0 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 51 | 224 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.12 |
| HSL | 226.76º | 0.98% | 0.44% | - |
| HSV(B) | 226.76º | 0.99% | 0.88% | - |
| XYZ | 14.66 | 7.76 | 71.25 | - |
| YUV | 56.07 | 222.77 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 224 | 0.99 | 0.77 | 0 | 0.12 | 226.76 | 0.98 | 0.44 |
| Hex | 2 | 33 | E0 | 63 | 4D | 0 | C | E3 | 62 | 2C |
| Octal | 2 | 63 | 340 | 143 | 115 | 0 | 14 | 343 | 142 | 54 |
| Binary | 10 | 110011 | 11100000 | 1100011 | 1001101 | 0 | 1100 | 11100011 | 1100010 | 101100 |
Color Harmonies of #0233E0
Complementary color
Monochromatic Colors of #0233E0
Black with #0233E0
Text Example
Text Example
White with #0233E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0233E0; }
p { color: rgb(2,51,224); }
H1.HeaderClassName
{
color: #0233E0;
}
.AnyTagClassName
{
color: #0233E0;
}
</style>
background-color css
<style>
a { background-color: #0233E0; }
a { background-color: rgb(2,51,224); }
div.DivClassName
{
background-color: #0233E0;
}
.BgClassName
{
background-color: #0233E0;
}
</style>
border-color css
<style>
span { border-color: #0233E0; }
span { border-color: rgb(2,51,224); }
td.TdClassName
{
border-color: #0233E0;
}
.TagClassName
{
border-color: #0233E0;
}
</style>