Shades of Persian Blue #0133EA
Tints of Persian Blue #0133EA
RGB
CMYK
RGB Variations
Color information
#0133EA (or 0x0133EA) is known color: Persian Blue. HEX triplet: 01, 33 and EA. RGB value is (1,51,234). Sum of RGB (Red+Green+Blue) = 1+51+234=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 234 (91.80% from 255 or 81.82% from 286); Max value from RGB is 234 - color contains mainly: blue. Hex color #0133EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0133EA is #FECC15. Grayscale: #383838. Windows color (decimal): -16698390 or 15348481. OLE color: 15348481.
HSL color Cylindrical-coordinate representation of color #0133EA: hue angle of 227.12º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0133EA is Cyan = 1.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 51 | 234 | - |
| CMYK | 1.00 | 0.78 | 0 | 0.08 |
| HSL | 227.12º | 0.99% | 0.46% | - |
| HSV(B) | 227.12º | 1% | 0.92% | - |
| XYZ | 16.05 | 8.31 | 78.6 | - |
| YUV | 56.91 | 227.94 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 234 | 1.00 | 0.78 | 0 | 0.08 | 227.12 | 0.99 | 0.46 |
| Hex | 1 | 33 | EA | 64 | 4E | 0 | 8 | E3 | 63 | 2E |
| Octal | 1 | 63 | 352 | 144 | 116 | 0 | 10 | 343 | 143 | 56 |
| Binary | 1 | 110011 | 11101010 | 1100100 | 1001110 | 0 | 1000 | 11100011 | 1100011 | 101110 |
Color Harmonies of #0133EA
Complementary color
Monochromatic Colors of #0133EA
Black with #0133EA
Text Example
Text Example
White with #0133EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0133EA; }
p { color: rgb(1,51,234); }
H1.HeaderClassName
{
color: #0133EA;
}
.AnyTagClassName
{
color: #0133EA;
}
</style>
background-color css
<style>
a { background-color: #0133EA; }
a { background-color: rgb(1,51,234); }
div.DivClassName
{
background-color: #0133EA;
}
.BgClassName
{
background-color: #0133EA;
}
</style>
border-color css
<style>
span { border-color: #0133EA; }
span { border-color: rgb(1,51,234); }
td.TdClassName
{
border-color: #0133EA;
}
.TagClassName
{
border-color: #0133EA;
}
</style>