Shades of Persian Blue #0134DD
Tints of Persian Blue #0134DD
RGB
CMYK
RGB Variations
Color information
#0134DD (or 0x0134DD) is known color: Persian Blue. HEX triplet: 01, 34 and DD. RGB value is (1,52,221). Sum of RGB (Red+Green+Blue) = 1+52+221=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 221 (86.72% from 255 or 80.66% from 274); Max value from RGB is 221 - color contains mainly: blue. Hex color #0134DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0134DD is #FECB22. Grayscale: #373737. Windows color (decimal): -16698147 or 14496769. OLE color: 14496769.
HSL color Cylindrical-coordinate representation of color #0134DD: hue angle of 226.09º 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 #0134DD is Cyan = 1.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 52 | 221 | - |
| CMYK | 1.00 | 0.76 | 0 | 0.13 |
| HSL | 226.09º | 0.99% | 0.44% | - |
| HSV(B) | 226.09º | 1% | 0.87% | - |
| XYZ | 14.29 | 7.68 | 69.14 | - |
| YUV | 56.02 | 221.1 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 52 | 221 | 1.00 | 0.76 | 0 | 0.13 | 226.09 | 0.99 | 0.44 |
| Hex | 1 | 34 | DD | 64 | 4C | 0 | D | E2 | 63 | 2C |
| Octal | 1 | 64 | 335 | 144 | 114 | 0 | 15 | 342 | 143 | 54 |
| Binary | 1 | 110100 | 11011101 | 1100100 | 1001100 | 0 | 1101 | 11100010 | 1100011 | 101100 |
Color Harmonies of #0134DD
Complementary color
Monochromatic Colors of #0134DD
Black with #0134DD
Text Example
Text Example
White with #0134DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0134DD; }
p { color: rgb(1,52,221); }
H1.HeaderClassName
{
color: #0134DD;
}
.AnyTagClassName
{
color: #0134DD;
}
</style>
background-color css
<style>
a { background-color: #0134DD; }
a { background-color: rgb(1,52,221); }
div.DivClassName
{
background-color: #0134DD;
}
.BgClassName
{
background-color: #0134DD;
}
</style>
border-color css
<style>
span { border-color: #0134DD; }
span { border-color: rgb(1,52,221); }
td.TdClassName
{
border-color: #0134DD;
}
.TagClassName
{
border-color: #0134DD;
}
</style>