Shades of Persian Blue #012DDB
Tints of Persian Blue #012DDB
RGB
CMYK
RGB Variations
Color information
#012DDB (or 0x012DDB) is known color: Persian Blue. HEX triplet: 01, 2D and DB. RGB value is (1,45,219). Sum of RGB (Red+Green+Blue) = 1+45+219=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 219 (85.94% from 255 or 82.64% from 265); Max value from RGB is 219 - color contains mainly: blue. Hex color #012DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012DDB is #FED224. Grayscale: #323232. Windows color (decimal): -16699941 or 14363905. OLE color: 14363905.
HSL color Cylindrical-coordinate representation of color #012DDB: hue angle of 227.89º 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 #012DDB is Cyan = 1.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 45 | 219 | - |
| CMYK | 1.00 | 0.79 | 0 | 0.14 |
| HSL | 227.89º | 0.99% | 0.43% | - |
| HSV(B) | 227.89º | 1% | 0.86% | - |
| XYZ | 13.74 | 7 | 67.64 | - |
| YUV | 51.68 | 222.42 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 219 | 1.00 | 0.79 | 0 | 0.14 | 227.89 | 0.99 | 0.43 |
| Hex | 1 | 2D | DB | 64 | 4F | 0 | E | E4 | 63 | 2B |
| Octal | 1 | 55 | 333 | 144 | 117 | 0 | 16 | 344 | 143 | 53 |
| Binary | 1 | 101101 | 11011011 | 1100100 | 1001111 | 0 | 1110 | 11100100 | 1100011 | 101011 |
Color Harmonies of #012DDB
Complementary color
Monochromatic Colors of #012DDB
Black with #012DDB
Text Example
Text Example
White with #012DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012DDB; }
p { color: rgb(1,45,219); }
H1.HeaderClassName
{
color: #012DDB;
}
.AnyTagClassName
{
color: #012DDB;
}
</style>
background-color css
<style>
a { background-color: #012DDB; }
a { background-color: rgb(1,45,219); }
div.DivClassName
{
background-color: #012DDB;
}
.BgClassName
{
background-color: #012DDB;
}
</style>
border-color css
<style>
span { border-color: #012DDB; }
span { border-color: rgb(1,45,219); }
td.TdClassName
{
border-color: #012DDB;
}
.TagClassName
{
border-color: #012DDB;
}
</style>