Shades of Persian Blue #012ADD
Tints of Persian Blue #012ADD
RGB
CMYK
RGB Variations
Color information
#012ADD (or 0x012ADD) is known color: Persian Blue. HEX triplet: 01, 2A and DD. RGB value is (1,42,221). Sum of RGB (Red+Green+Blue) = 1+42+221=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 221 (86.72% from 255 or 83.71% from 264); Max value from RGB is 221 - color contains mainly: blue. Hex color #012ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012ADD is #FED522. Grayscale: #313131. Windows color (decimal): -16700707 or 14494209. OLE color: 14494209.
HSL color Cylindrical-coordinate representation of color #012ADD: hue angle of 228.82º 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 #012ADD is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 42 | 221 | - |
| CMYK | 1.00 | 0.81 | 0 | 0.13 |
| HSL | 228.82º | 0.99% | 0.44% | - |
| HSV(B) | 228.82º | 1% | 0.87% | - |
| XYZ | 13.89 | 6.88 | 69 | - |
| YUV | 50.15 | 224.42 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 221 | 1.00 | 0.81 | 0 | 0.13 | 228.82 | 0.99 | 0.44 |
| Hex | 1 | 2A | DD | 64 | 51 | 0 | D | E5 | 63 | 2C |
| Octal | 1 | 52 | 335 | 144 | 121 | 0 | 15 | 345 | 143 | 54 |
| Binary | 1 | 101010 | 11011101 | 1100100 | 1010001 | 0 | 1101 | 11100101 | 1100011 | 101100 |
Color Harmonies of #012ADD
Complementary color
Monochromatic Colors of #012ADD
Black with #012ADD
Text Example
Text Example
White with #012ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012ADD; }
p { color: rgb(1,42,221); }
H1.HeaderClassName
{
color: #012ADD;
}
.AnyTagClassName
{
color: #012ADD;
}
</style>
background-color css
<style>
a { background-color: #012ADD; }
a { background-color: rgb(1,42,221); }
div.DivClassName
{
background-color: #012ADD;
}
.BgClassName
{
background-color: #012ADD;
}
</style>
border-color css
<style>
span { border-color: #012ADD; }
span { border-color: rgb(1,42,221); }
td.TdClassName
{
border-color: #012ADD;
}
.TagClassName
{
border-color: #012ADD;
}
</style>