Shades of Persian Blue #042CDB
Tints of Persian Blue #042CDB
RGB
CMYK
RGB Variations
Color information
#042CDB (or 0x042CDB) is known color: Persian Blue. HEX triplet: 04, 2C and DB. RGB value is (4,44,219). Sum of RGB (Red+Green+Blue) = 4+44+219=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 219 (85.94% from 255 or 82.02% from 267); Max value from RGB is 219 - color contains mainly: blue. Hex color #042CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042CDB is #FBD324. Grayscale: #333333. Windows color (decimal): -16503589 or 14363652. OLE color: 14363652.
HSL color Cylindrical-coordinate representation of color #042CDB: hue angle of 228.84º 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 #042CDB is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 44 | 219 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.14 |
| HSL | 228.84º | 0.96% | 0.44% | - |
| HSV(B) | 228.84º | 0.98% | 0.86% | - |
| XYZ | 13.74 | 6.94 | 67.63 | - |
| YUV | 51.99 | 222.25 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 44 | 219 | 0.98 | 0.80 | 0 | 0.14 | 228.84 | 0.96 | 0.44 |
| Hex | 4 | 2C | DB | 62 | 50 | 0 | E | E5 | 60 | 2C |
| Octal | 4 | 54 | 333 | 142 | 120 | 0 | 16 | 345 | 140 | 54 |
| Binary | 100 | 101100 | 11011011 | 1100010 | 1010000 | 0 | 1110 | 11100101 | 1100000 | 101100 |
Color Harmonies of #042CDB
Complementary color
Monochromatic Colors of #042CDB
Black with #042CDB
Text Example
Text Example
White with #042CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042CDB; }
p { color: rgb(4,44,219); }
H1.HeaderClassName
{
color: #042CDB;
}
.AnyTagClassName
{
color: #042CDB;
}
</style>
background-color css
<style>
a { background-color: #042CDB; }
a { background-color: rgb(4,44,219); }
div.DivClassName
{
background-color: #042CDB;
}
.BgClassName
{
background-color: #042CDB;
}
</style>
border-color css
<style>
span { border-color: #042CDB; }
span { border-color: rgb(4,44,219); }
td.TdClassName
{
border-color: #042CDB;
}
.TagClassName
{
border-color: #042CDB;
}
</style>