Shades of Persian Blue #012EDB
Tints of Persian Blue #012EDB
RGB
CMYK
RGB Variations
Color information
#012EDB (or 0x012EDB) is known color: Persian Blue. HEX triplet: 01, 2E and DB. RGB value is (1,46,219). Sum of RGB (Red+Green+Blue) = 1+46+219=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 219 (85.94% from 255 or 82.33% from 266); Max value from RGB is 219 - color contains mainly: blue. Hex color #012EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012EDB is #FED124. Grayscale: #333333. Windows color (decimal): -16699685 or 14364161. OLE color: 14364161.
HSL color Cylindrical-coordinate representation of color #012EDB: hue angle of 227.61º 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 #012EDB is Cyan = 1.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 46 | 219 | - |
| CMYK | 1.00 | 0.79 | 0 | 0.14 |
| HSL | 227.61º | 0.99% | 0.43% | - |
| HSV(B) | 227.61º | 1% | 0.86% | - |
| XYZ | 13.78 | 7.07 | 67.66 | - |
| YUV | 52.27 | 222.09 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 219 | 1.00 | 0.79 | 0 | 0.14 | 227.61 | 0.99 | 0.43 |
| Hex | 1 | 2E | DB | 64 | 4F | 0 | E | E4 | 63 | 2B |
| Octal | 1 | 56 | 333 | 144 | 117 | 0 | 16 | 344 | 143 | 53 |
| Binary | 1 | 101110 | 11011011 | 1100100 | 1001111 | 0 | 1110 | 11100100 | 1100011 | 101011 |
Color Harmonies of #012EDB
Complementary color
Monochromatic Colors of #012EDB
Black with #012EDB
Text Example
Text Example
White with #012EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012EDB; }
p { color: rgb(1,46,219); }
H1.HeaderClassName
{
color: #012EDB;
}
.AnyTagClassName
{
color: #012EDB;
}
</style>
background-color css
<style>
a { background-color: #012EDB; }
a { background-color: rgb(1,46,219); }
div.DivClassName
{
background-color: #012EDB;
}
.BgClassName
{
background-color: #012EDB;
}
</style>
border-color css
<style>
span { border-color: #012EDB; }
span { border-color: rgb(1,46,219); }
td.TdClassName
{
border-color: #012EDB;
}
.TagClassName
{
border-color: #012EDB;
}
</style>