Shades of Persian Blue #042ADB
Tints of Persian Blue #042ADB
RGB
CMYK
RGB Variations
Color information
#042ADB (or 0x042ADB) is known color: Persian Blue. HEX triplet: 04, 2A and DB. RGB value is (4,42,219). Sum of RGB (Red+Green+Blue) = 4+42+219=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 42 (16.80% from 255 or 15.85% 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 #042ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042ADB is #FBD524. Grayscale: #323232. Windows color (decimal): -16504101 or 14363140. OLE color: 14363140.
HSL color Cylindrical-coordinate representation of color #042ADB: hue angle of 229.4º 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 #042ADB is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 42 | 219 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.14 |
| HSL | 229.4º | 0.96% | 0.44% | - |
| HSV(B) | 229.4º | 0.98% | 0.86% | - |
| XYZ | 13.66 | 6.8 | 67.61 | - |
| YUV | 50.82 | 222.91 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 42 | 219 | 0.98 | 0.81 | 0 | 0.14 | 229.4 | 0.96 | 0.44 |
| Hex | 4 | 2A | DB | 62 | 51 | 0 | E | E5 | 60 | 2C |
| Octal | 4 | 52 | 333 | 142 | 121 | 0 | 16 | 345 | 140 | 54 |
| Binary | 100 | 101010 | 11011011 | 1100010 | 1010001 | 0 | 1110 | 11100101 | 1100000 | 101100 |
Color Harmonies of #042ADB
Complementary color
Monochromatic Colors of #042ADB
Black with #042ADB
Text Example
Text Example
White with #042ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042ADB; }
p { color: rgb(4,42,219); }
H1.HeaderClassName
{
color: #042ADB;
}
.AnyTagClassName
{
color: #042ADB;
}
</style>
background-color css
<style>
a { background-color: #042ADB; }
a { background-color: rgb(4,42,219); }
div.DivClassName
{
background-color: #042ADB;
}
.BgClassName
{
background-color: #042ADB;
}
</style>
border-color css
<style>
span { border-color: #042ADB; }
span { border-color: rgb(4,42,219); }
td.TdClassName
{
border-color: #042ADB;
}
.TagClassName
{
border-color: #042ADB;
}
</style>