Shades of Persian Blue #0136EE
Tints of Persian Blue #0136EE
RGB
CMYK
RGB Variations
Color information
#0136EE (or 0x0136EE) is known color: Persian Blue. HEX triplet: 01, 36 and EE. RGB value is (1,54,238). Sum of RGB (Red+Green+Blue) = 1+54+238=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 238 (93.36% from 255 or 81.23% from 293); Max value from RGB is 238 - color contains mainly: blue. Hex color #0136EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0136EE is #FEC911. Grayscale: #3A3A3A. Windows color (decimal): -16697618 or 15611393. OLE color: 15611393.
HSL color Cylindrical-coordinate representation of color #0136EE: hue angle of 226.58º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0136EE is Cyan = 1.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 54 | 238 | - |
| CMYK | 1.00 | 0.77 | 0 | 0.07 |
| HSL | 226.58º | 0.99% | 0.47% | - |
| HSV(B) | 226.58º | 1% | 0.93% | - |
| XYZ | 16.76 | 8.82 | 81.71 | - |
| YUV | 59.13 | 228.94 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 238 | 1.00 | 0.77 | 0 | 0.07 | 226.58 | 0.99 | 0.47 |
| Hex | 1 | 36 | EE | 64 | 4D | 0 | 7 | E3 | 63 | 2F |
| Octal | 1 | 66 | 356 | 144 | 115 | 0 | 7 | 343 | 143 | 57 |
| Binary | 1 | 110110 | 11101110 | 1100100 | 1001101 | 0 | 111 | 11100011 | 1100011 | 101111 |
Color Harmonies of #0136EE
Complementary color
Monochromatic Colors of #0136EE
Black with #0136EE
Text Example
Text Example
White with #0136EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0136EE; }
p { color: rgb(1,54,238); }
H1.HeaderClassName
{
color: #0136EE;
}
.AnyTagClassName
{
color: #0136EE;
}
</style>
background-color css
<style>
a { background-color: #0136EE; }
a { background-color: rgb(1,54,238); }
div.DivClassName
{
background-color: #0136EE;
}
.BgClassName
{
background-color: #0136EE;
}
</style>
border-color css
<style>
span { border-color: #0136EE; }
span { border-color: rgb(1,54,238); }
td.TdClassName
{
border-color: #0136EE;
}
.TagClassName
{
border-color: #0136EE;
}
</style>