Shades of Persian Blue #042BDB
Tints of Persian Blue #042BDB
RGB
CMYK
RGB Variations
Color information
#042BDB (or 0x042BDB) is known color: Persian Blue. HEX triplet: 04, 2B and DB. RGB value is (4,43,219). Sum of RGB (Red+Green+Blue) = 4+43+219=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 219 (85.94% from 255 or 82.33% from 266); Max value from RGB is 219 - color contains mainly: blue. Hex color #042BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042BDB is #FBD424. Grayscale: #323232. Windows color (decimal): -16503845 or 14363396. OLE color: 14363396.
HSL color Cylindrical-coordinate representation of color #042BDB: hue angle of 229.12º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042BDB is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 43 | 219 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.14 |
| HSL | 229.12º | 0.96% | 0.44% | - |
| HSV(B) | 229.12º | 0.98% | 0.86% | - |
| XYZ | 13.7 | 6.87 | 67.62 | - |
| YUV | 51.4 | 222.58 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 219 | 0.98 | 0.80 | 0 | 0.14 | 229.12 | 0.96 | 0.44 |
| Hex | 4 | 2B | DB | 62 | 50 | 0 | E | E5 | 60 | 2C |
| Octal | 4 | 53 | 333 | 142 | 120 | 0 | 16 | 345 | 140 | 54 |
| Binary | 100 | 101011 | 11011011 | 1100010 | 1010000 | 0 | 1110 | 11100101 | 1100000 | 101100 |
Color Harmonies of #042BDB
Complementary color
Monochromatic Colors of #042BDB
Black with #042BDB
Text Example
Text Example
White with #042BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042BDB; }
p { color: rgb(4,43,219); }
H1.HeaderClassName
{
color: #042BDB;
}
.AnyTagClassName
{
color: #042BDB;
}
</style>
background-color css
<style>
a { background-color: #042BDB; }
a { background-color: rgb(4,43,219); }
div.DivClassName
{
background-color: #042BDB;
}
.BgClassName
{
background-color: #042BDB;
}
</style>
border-color css
<style>
span { border-color: #042BDB; }
span { border-color: rgb(4,43,219); }
td.TdClassName
{
border-color: #042BDB;
}
.TagClassName
{
border-color: #042BDB;
}
</style>