Shades of Persian Blue #0136DD
Tints of Persian Blue #0136DD
RGB
CMYK
RGB Variations
Color information
#0136DD (or 0x0136DD) is known color: Persian Blue. HEX triplet: 01, 36 and DD. RGB value is (1,54,221). Sum of RGB (Red+Green+Blue) = 1+54+221=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 221 (86.72% from 255 or 80.07% from 276); Max value from RGB is 221 - color contains mainly: blue. Hex color #0136DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0136DD is #FEC922. Grayscale: #383838. Windows color (decimal): -16697635 or 14497281. OLE color: 14497281.
HSL color Cylindrical-coordinate representation of color #0136DD: hue angle of 225.55º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0136DD is Cyan = 1.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 54 | 221 | - |
| CMYK | 1.00 | 0.76 | 0 | 0.13 |
| HSL | 225.55º | 0.99% | 0.44% | - |
| HSV(B) | 225.55º | 1% | 0.87% | - |
| XYZ | 14.38 | 7.87 | 69.17 | - |
| YUV | 57.19 | 220.44 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 221 | 1.00 | 0.76 | 0 | 0.13 | 225.55 | 0.99 | 0.44 |
| Hex | 1 | 36 | DD | 64 | 4C | 0 | D | E2 | 63 | 2C |
| Octal | 1 | 66 | 335 | 144 | 114 | 0 | 15 | 342 | 143 | 54 |
| Binary | 1 | 110110 | 11011101 | 1100100 | 1001100 | 0 | 1101 | 11100010 | 1100011 | 101100 |
Color Harmonies of #0136DD
Complementary color
Monochromatic Colors of #0136DD
Black with #0136DD
Text Example
Text Example
White with #0136DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0136DD; }
p { color: rgb(1,54,221); }
H1.HeaderClassName
{
color: #0136DD;
}
.AnyTagClassName
{
color: #0136DD;
}
</style>
background-color css
<style>
a { background-color: #0136DD; }
a { background-color: rgb(1,54,221); }
div.DivClassName
{
background-color: #0136DD;
}
.BgClassName
{
background-color: #0136DD;
}
</style>
border-color css
<style>
span { border-color: #0136DD; }
span { border-color: rgb(1,54,221); }
td.TdClassName
{
border-color: #0136DD;
}
.TagClassName
{
border-color: #0136DD;
}
</style>