Shades of Persian Blue #012CDA
Tints of Persian Blue #012CDA
RGB
CMYK
RGB Variations
Color information
#012CDA (or 0x012CDA) is known color: Persian Blue. HEX triplet: 01, 2C and DA. RGB value is (1,44,218). Sum of RGB (Red+Green+Blue) = 1+44+218=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 218 (85.55% from 255 or 82.89% from 263); Max value from RGB is 218 - color contains mainly: blue. Hex color #012CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012CDA is #FED325. Grayscale: #323232. Windows color (decimal): -16700198 or 14298113. OLE color: 14298113.
HSL color Cylindrical-coordinate representation of color #012CDA: hue angle of 228.11º 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 #012CDA is Cyan = 1.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 44 | 218 | - |
| CMYK | 1.00 | 0.80 | 0 | 0.15 |
| HSL | 228.11º | 0.99% | 0.43% | - |
| HSV(B) | 228.11º | 1% | 0.85% | - |
| XYZ | 13.57 | 6.87 | 66.94 | - |
| YUV | 50.98 | 222.25 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 218 | 1.00 | 0.80 | 0 | 0.15 | 228.11 | 0.99 | 0.43 |
| Hex | 1 | 2C | DA | 64 | 50 | 0 | F | E4 | 63 | 2B |
| Octal | 1 | 54 | 332 | 144 | 120 | 0 | 17 | 344 | 143 | 53 |
| Binary | 1 | 101100 | 11011010 | 1100100 | 1010000 | 0 | 1111 | 11100100 | 1100011 | 101011 |
Color Harmonies of #012CDA
Complementary color
Monochromatic Colors of #012CDA
Black with #012CDA
Text Example
Text Example
White with #012CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012CDA; }
p { color: rgb(1,44,218); }
H1.HeaderClassName
{
color: #012CDA;
}
.AnyTagClassName
{
color: #012CDA;
}
</style>
background-color css
<style>
a { background-color: #012CDA; }
a { background-color: rgb(1,44,218); }
div.DivClassName
{
background-color: #012CDA;
}
.BgClassName
{
background-color: #012CDA;
}
</style>
border-color css
<style>
span { border-color: #012CDA; }
span { border-color: rgb(1,44,218); }
td.TdClassName
{
border-color: #012CDA;
}
.TagClassName
{
border-color: #012CDA;
}
</style>