Shades of Persian Blue #0136DC
Tints of Persian Blue #0136DC
RGB
CMYK
RGB Variations
Color information
#0136DC (or 0x0136DC) is known color: Persian Blue. HEX triplet: 01, 36 and DC. RGB value is (1,54,220). Sum of RGB (Red+Green+Blue) = 1+54+220=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 220 (86.33% from 255 or 80% from 275); Max value from RGB is 220 - color contains mainly: blue. Hex color #0136DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0136DC is #FEC923. Grayscale: #383838. Windows color (decimal): -16697636 or 14431745. OLE color: 14431745.
HSL color Cylindrical-coordinate representation of color #0136DC: hue angle of 225.48º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0136DC is Cyan = 1.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 54 | 220 | - |
| CMYK | 1.00 | 0.75 | 0 | 0.14 |
| HSL | 225.48º | 0.99% | 0.43% | - |
| HSV(B) | 225.48º | 1% | 0.86% | - |
| XYZ | 14.25 | 7.81 | 68.47 | - |
| YUV | 57.08 | 219.94 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 220 | 1.00 | 0.75 | 0 | 0.14 | 225.48 | 0.99 | 0.43 |
| Hex | 1 | 36 | DC | 64 | 4B | 0 | E | E1 | 63 | 2B |
| Octal | 1 | 66 | 334 | 144 | 113 | 0 | 16 | 341 | 143 | 53 |
| Binary | 1 | 110110 | 11011100 | 1100100 | 1001011 | 0 | 1110 | 11100001 | 1100011 | 101011 |
Color Harmonies of #0136DC
Complementary color
Monochromatic Colors of #0136DC
Black with #0136DC
Text Example
Text Example
White with #0136DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0136DC; }
p { color: rgb(1,54,220); }
H1.HeaderClassName
{
color: #0136DC;
}
.AnyTagClassName
{
color: #0136DC;
}
</style>
background-color css
<style>
a { background-color: #0136DC; }
a { background-color: rgb(1,54,220); }
div.DivClassName
{
background-color: #0136DC;
}
.BgClassName
{
background-color: #0136DC;
}
</style>
border-color css
<style>
span { border-color: #0136DC; }
span { border-color: rgb(1,54,220); }
td.TdClassName
{
border-color: #0136DC;
}
.TagClassName
{
border-color: #0136DC;
}
</style>