Shades of Persian Blue #0440DB
Tints of Persian Blue #0440DB
RGB
CMYK
RGB Variations
Color information
#0440DB (or 0x0440DB) is known color: Persian Blue. HEX triplet: 04, 40 and DB. RGB value is (4,64,219). Sum of RGB (Red+Green+Blue) = 4+64+219=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 219 (85.94% from 255 or 76.31% from 287); Max value from RGB is 219 - color contains mainly: blue. Hex color #0440DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0440DB is #FBBF24. Grayscale: #3F3F3F. Windows color (decimal): -16498469 or 14368772. OLE color: 14368772.
HSL color Cylindrical-coordinate representation of color #0440DB: hue angle of 223.26º 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 #0440DB is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 64 | 219 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.14 |
| HSL | 223.26º | 0.96% | 0.44% | - |
| HSV(B) | 223.26º | 0.98% | 0.86% | - |
| XYZ | 14.67 | 8.81 | 67.94 | - |
| YUV | 63.73 | 215.62 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 219 | 0.98 | 0.71 | 0 | 0.14 | 223.26 | 0.96 | 0.44 |
| Hex | 4 | 40 | DB | 62 | 47 | 0 | E | DF | 60 | 2C |
| Octal | 4 | 100 | 333 | 142 | 107 | 0 | 16 | 337 | 140 | 54 |
| Binary | 100 | 1000000 | 11011011 | 1100010 | 1000111 | 0 | 1110 | 11011111 | 1100000 | 101100 |
Color Harmonies of #0440DB
Complementary color
Monochromatic Colors of #0440DB
Black with #0440DB
Text Example
Text Example
White with #0440DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0440DB; }
p { color: rgb(4,64,219); }
H1.HeaderClassName
{
color: #0440DB;
}
.AnyTagClassName
{
color: #0440DB;
}
</style>
background-color css
<style>
a { background-color: #0440DB; }
a { background-color: rgb(4,64,219); }
div.DivClassName
{
background-color: #0440DB;
}
.BgClassName
{
background-color: #0440DB;
}
</style>
border-color css
<style>
span { border-color: #0440DB; }
span { border-color: rgb(4,64,219); }
td.TdClassName
{
border-color: #0440DB;
}
.TagClassName
{
border-color: #0440DB;
}
</style>