Shades of Blue #1900FD
Tints of Blue #1900FD
RGB
CMYK
RGB Variations
Color information
#1900FD (or 0x1900FD) is known color: Blue. HEX triplet: 19, 00 and FD. RGB value is (25,0,253). Sum of RGB (Red+Green+Blue) = 25+0+253=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 253 (99.22% from 255 or 91.01% from 278); Max value from RGB is 253 - color contains mainly: blue. Hex color #1900FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1900FD is #E6FF02. Grayscale: #232323. Windows color (decimal): -15138563 or 16580633. OLE color: 16580633.
HSL color Cylindrical-coordinate representation of color #1900FD: hue angle of 245.93º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1900FD is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 0 | 253 | - |
| CMYK | 0.90 | 1 | 0 | 0.01 |
| HSL | 245.93º | 1% | 0.5% | - |
| HSV(B) | 245.93º | 1% | 0.99% | - |
| XYZ | 18.13 | 7.3 | 93.38 | - |
| YUV | 36.32 | 250.28 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 253 | 0.90 | 1 | 0 | 0.01 | 245.93 | 1 | 0.5 |
| Hex | 19 | 0 | FD | 5A | 64 | 0 | 1 | F6 | 64 | 32 |
| Octal | 31 | 0 | 375 | 132 | 144 | 0 | 1 | 366 | 144 | 62 |
| Binary | 11001 | 0 | 11111101 | 1011010 | 1100100 | 0 | 1 | 11110110 | 1100100 | 110010 |
Color Harmonies of #1900FD
Complementary color
Monochromatic Colors of #1900FD
Black with #1900FD
Text Example
Text Example
White with #1900FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1900FD; }
p { color: rgb(25,0,253); }
H1.HeaderClassName
{
color: #1900FD;
}
.AnyTagClassName
{
color: #1900FD;
}
</style>
background-color css
<style>
a { background-color: #1900FD; }
a { background-color: rgb(25,0,253); }
div.DivClassName
{
background-color: #1900FD;
}
.BgClassName
{
background-color: #1900FD;
}
</style>
border-color css
<style>
span { border-color: #1900FD; }
span { border-color: rgb(25,0,253); }
td.TdClassName
{
border-color: #1900FD;
}
.TagClassName
{
border-color: #1900FD;
}
</style>