Shades of Blue #1D19FF
Tints of Blue #1D19FF
RGB
CMYK
RGB Variations
Color information
#1D19FF (or 0x1D19FF) is known color: Blue. HEX triplet: 1D, 19 and FF. RGB value is (29,25,255). Sum of RGB (Red+Green+Blue) = 29+25+255=309 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.39% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 255 (100% from 255 or 82.52% from 309); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D19FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D19FF is #E2E600. Grayscale: #333333. Windows color (decimal): -14870017 or 16718109. OLE color: 16718109.
HSL color Cylindrical-coordinate representation of color #1D19FF: hue angle of 241.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D19FF is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 25 | 255 | - |
| CMYK | 0.89 | 0.90 | 0 | 0 |
| HSL | 241.04º | 1% | 0.55% | - |
| HSV(B) | 241.04º | 0.9% | 1% | - |
| XYZ | 18.9 | 8.18 | 95.19 | - |
| YUV | 52.42 | 242.33 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 255 | 0.89 | 0.90 | 0 | 0 | 241.04 | 1 | 0.55 |
| Hex | 1D | 19 | FF | 59 | 5A | 0 | 0 | F1 | 64 | 37 |
| Octal | 35 | 31 | 377 | 131 | 132 | 0 | 0 | 361 | 144 | 67 |
| Binary | 11101 | 11001 | 11111111 | 1011001 | 1011010 | 0 | 0 | 11110001 | 1100100 | 110111 |
Color Harmonies of #1D19FF
Complementary color
Monochromatic Colors of #1D19FF
Black with #1D19FF
Text Example
Text Example
White with #1D19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D19FF; }
p { color: rgb(29,25,255); }
H1.HeaderClassName
{
color: #1D19FF;
}
.AnyTagClassName
{
color: #1D19FF;
}
</style>
background-color css
<style>
a { background-color: #1D19FF; }
a { background-color: rgb(29,25,255); }
div.DivClassName
{
background-color: #1D19FF;
}
.BgClassName
{
background-color: #1D19FF;
}
</style>
border-color css
<style>
span { border-color: #1D19FF; }
span { border-color: rgb(29,25,255); }
td.TdClassName
{
border-color: #1D19FF;
}
.TagClassName
{
border-color: #1D19FF;
}
</style>