Shades of Medium Blue #1A04DB
Tints of Medium Blue #1A04DB
RGB
CMYK
RGB Variations
Color information
#1A04DB (or 0x1A04DB) is known color: Medium Blue. HEX triplet: 1A, 04 and DB. RGB value is (26,4,219). Sum of RGB (Red+Green+Blue) = 26+4+219=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 219 (85.94% from 255 or 87.95% from 249); Max value from RGB is 219 - color contains mainly: blue. Hex color #1A04DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A04DB is #E5FB24. Grayscale: #222222. Windows color (decimal): -15072037 or 14353434. OLE color: 14353434.
HSL color Cylindrical-coordinate representation of color #1A04DB: hue angle of 246.14º 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 #1A04DB is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 4 | 219 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.14 |
| HSL | 246.14º | 0.96% | 0.44% | - |
| HSV(B) | 246.14º | 0.98% | 0.86% | - |
| XYZ | 13.26 | 5.42 | 67.37 | - |
| YUV | 35.09 | 231.79 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 219 | 0.88 | 0.98 | 0 | 0.14 | 246.14 | 0.96 | 0.44 |
| Hex | 1A | 4 | DB | 58 | 62 | 0 | E | F6 | 60 | 2C |
| Octal | 32 | 4 | 333 | 130 | 142 | 0 | 16 | 366 | 140 | 54 |
| Binary | 11010 | 100 | 11011011 | 1011000 | 1100010 | 0 | 1110 | 11110110 | 1100000 | 101100 |
Color Harmonies of #1A04DB
Complementary color
Monochromatic Colors of #1A04DB
Black with #1A04DB
Text Example
Text Example
White with #1A04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A04DB; }
p { color: rgb(26,4,219); }
H1.HeaderClassName
{
color: #1A04DB;
}
.AnyTagClassName
{
color: #1A04DB;
}
</style>
background-color css
<style>
a { background-color: #1A04DB; }
a { background-color: rgb(26,4,219); }
div.DivClassName
{
background-color: #1A04DB;
}
.BgClassName
{
background-color: #1A04DB;
}
</style>
border-color css
<style>
span { border-color: #1A04DB; }
span { border-color: rgb(26,4,219); }
td.TdClassName
{
border-color: #1A04DB;
}
.TagClassName
{
border-color: #1A04DB;
}
</style>