Shades of Persian Blue #012CDB
Tints of Persian Blue #012CDB
RGB
CMYK
RGB Variations
Color information
#012CDB (or 0x012CDB) is known color: Persian Blue. HEX triplet: 01, 2C and DB. RGB value is (1,44,219). Sum of RGB (Red+Green+Blue) = 1+44+219=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 219 (85.94% from 255 or 82.95% from 264); Max value from RGB is 219 - color contains mainly: blue. Hex color #012CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012CDB is #FED324. Grayscale: #323232. Windows color (decimal): -16700197 or 14363649. OLE color: 14363649.
HSL color Cylindrical-coordinate representation of color #012CDB: hue angle of 228.17º 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 #012CDB is Cyan = 1.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 44 | 219 | - |
| CMYK | 1.00 | 0.80 | 0 | 0.14 |
| HSL | 228.17º | 0.99% | 0.43% | - |
| HSV(B) | 228.17º | 1% | 0.86% | - |
| XYZ | 13.7 | 6.92 | 67.63 | - |
| YUV | 51.09 | 222.75 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 219 | 1.00 | 0.80 | 0 | 0.14 | 228.17 | 0.99 | 0.43 |
| Hex | 1 | 2C | DB | 64 | 50 | 0 | E | E4 | 63 | 2B |
| Octal | 1 | 54 | 333 | 144 | 120 | 0 | 16 | 344 | 143 | 53 |
| Binary | 1 | 101100 | 11011011 | 1100100 | 1010000 | 0 | 1110 | 11100100 | 1100011 | 101011 |
Color Harmonies of #012CDB
Complementary color
Monochromatic Colors of #012CDB
Black with #012CDB
Text Example
Text Example
White with #012CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012CDB; }
p { color: rgb(1,44,219); }
H1.HeaderClassName
{
color: #012CDB;
}
.AnyTagClassName
{
color: #012CDB;
}
</style>
background-color css
<style>
a { background-color: #012CDB; }
a { background-color: rgb(1,44,219); }
div.DivClassName
{
background-color: #012CDB;
}
.BgClassName
{
background-color: #012CDB;
}
</style>
border-color css
<style>
span { border-color: #012CDB; }
span { border-color: rgb(1,44,219); }
td.TdClassName
{
border-color: #012CDB;
}
.TagClassName
{
border-color: #012CDB;
}
</style>