Shades of Blue #1906FB
Tints of Blue #1906FB
RGB
CMYK
RGB Variations
Color information
#1906FB (or 0x1906FB) is known color: Blue. HEX triplet: 19, 06 and FB. RGB value is (25,6,251). Sum of RGB (Red+Green+Blue) = 25+6+251=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 251 (98.44% from 255 or 89.01% from 282); Max value from RGB is 251 - color contains mainly: blue. Hex color #1906FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1906FB is #E6F904. Grayscale: #262626. Windows color (decimal): -15137029 or 16451097. OLE color: 16451097.
HSL color Cylindrical-coordinate representation of color #1906FB: hue angle of 244.65º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1906FB is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 6 | 251 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.02 |
| HSL | 244.65º | 0.97% | 0.5% | - |
| HSV(B) | 244.65º | 0.98% | 0.98% | - |
| XYZ | 17.88 | 7.3 | 91.73 | - |
| YUV | 39.61 | 247.29 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 6 | 251 | 0.90 | 0.98 | 0 | 0.02 | 244.65 | 0.97 | 0.5 |
| Hex | 19 | 6 | FB | 5A | 62 | 0 | 2 | F5 | 61 | 32 |
| Octal | 31 | 6 | 373 | 132 | 142 | 0 | 2 | 365 | 141 | 62 |
| Binary | 11001 | 110 | 11111011 | 1011010 | 1100010 | 0 | 10 | 11110101 | 1100001 | 110010 |
Color Harmonies of #1906FB
Complementary color
Monochromatic Colors of #1906FB
Black with #1906FB
Text Example
Text Example
White with #1906FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1906FB; }
p { color: rgb(25,6,251); }
H1.HeaderClassName
{
color: #1906FB;
}
.AnyTagClassName
{
color: #1906FB;
}
</style>
background-color css
<style>
a { background-color: #1906FB; }
a { background-color: rgb(25,6,251); }
div.DivClassName
{
background-color: #1906FB;
}
.BgClassName
{
background-color: #1906FB;
}
</style>
border-color css
<style>
span { border-color: #1906FB; }
span { border-color: rgb(25,6,251); }
td.TdClassName
{
border-color: #1906FB;
}
.TagClassName
{
border-color: #1906FB;
}
</style>