Shades of Blue #192FF6
Tints of Blue #192FF6
RGB
CMYK
RGB Variations
Color information
#192FF6 (or 0x192FF6) is known color: Blue. HEX triplet: 19, 2F and F6. RGB value is (25,47,246). Sum of RGB (Red+Green+Blue) = 25+47+246=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 246 (96.48% from 255 or 77.36% from 318); Max value from RGB is 246 - color contains mainly: blue. Hex color #192FF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #192FF6 is #E6D009. Grayscale: #3E3E3E. Windows color (decimal): -15126538 or 16133913. OLE color: 16133913.
HSL color Cylindrical-coordinate representation of color #192FF6: hue angle of 234.03º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #192FF6 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 47 | 246 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.04 |
| HSL | 234.03º | 0.92% | 0.53% | - |
| HSV(B) | 234.03º | 0.9% | 0.96% | - |
| XYZ | 18.05 | 8.89 | 87.95 | - |
| YUV | 63.11 | 231.21 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 246 | 0.90 | 0.81 | 0 | 0.04 | 234.03 | 0.92 | 0.53 |
| Hex | 19 | 2F | F6 | 5A | 51 | 0 | 4 | EA | 5C | 35 |
| Octal | 31 | 57 | 366 | 132 | 121 | 0 | 4 | 352 | 134 | 65 |
| Binary | 11001 | 101111 | 11110110 | 1011010 | 1010001 | 0 | 100 | 11101010 | 1011100 | 110101 |
Color Harmonies of #192FF6
Complementary color
Monochromatic Colors of #192FF6
Black with #192FF6
Text Example
Text Example
White with #192FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192FF6; }
p { color: rgb(25,47,246); }
H1.HeaderClassName
{
color: #192FF6;
}
.AnyTagClassName
{
color: #192FF6;
}
</style>
background-color css
<style>
a { background-color: #192FF6; }
a { background-color: rgb(25,47,246); }
div.DivClassName
{
background-color: #192FF6;
}
.BgClassName
{
background-color: #192FF6;
}
</style>
border-color css
<style>
span { border-color: #192FF6; }
span { border-color: rgb(25,47,246); }
td.TdClassName
{
border-color: #192FF6;
}
.TagClassName
{
border-color: #192FF6;
}
</style>