Shades of Persian Blue #012EDA
Tints of Persian Blue #012EDA
RGB
CMYK
RGB Variations
Color information
#012EDA (or 0x012EDA) is known color: Persian Blue. HEX triplet: 01, 2E and DA. RGB value is (1,46,218). Sum of RGB (Red+Green+Blue) = 1+46+218=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 218 (85.55% from 255 or 82.26% from 265); Max value from RGB is 218 - color contains mainly: blue. Hex color #012EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012EDA is #FED125. Grayscale: #333333. Windows color (decimal): -16699686 or 14298625. OLE color: 14298625.
HSL color Cylindrical-coordinate representation of color #012EDA: hue angle of 227.56º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012EDA is Cyan = 1.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 46 | 218 | - |
| CMYK | 1.00 | 0.79 | 0 | 0.15 |
| HSL | 227.56º | 0.99% | 0.43% | - |
| HSV(B) | 227.56º | 1% | 0.85% | - |
| XYZ | 13.64 | 7.02 | 66.97 | - |
| YUV | 52.15 | 221.59 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 218 | 1.00 | 0.79 | 0 | 0.15 | 227.56 | 0.99 | 0.43 |
| Hex | 1 | 2E | DA | 64 | 4F | 0 | F | E4 | 63 | 2B |
| Octal | 1 | 56 | 332 | 144 | 117 | 0 | 17 | 344 | 143 | 53 |
| Binary | 1 | 101110 | 11011010 | 1100100 | 1001111 | 0 | 1111 | 11100100 | 1100011 | 101011 |
Color Harmonies of #012EDA
Complementary color
Monochromatic Colors of #012EDA
Black with #012EDA
Text Example
Text Example
White with #012EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012EDA; }
p { color: rgb(1,46,218); }
H1.HeaderClassName
{
color: #012EDA;
}
.AnyTagClassName
{
color: #012EDA;
}
</style>
background-color css
<style>
a { background-color: #012EDA; }
a { background-color: rgb(1,46,218); }
div.DivClassName
{
background-color: #012EDA;
}
.BgClassName
{
background-color: #012EDA;
}
</style>
border-color css
<style>
span { border-color: #012EDA; }
span { border-color: rgb(1,46,218); }
td.TdClassName
{
border-color: #012EDA;
}
.TagClassName
{
border-color: #012EDA;
}
</style>