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