Shades of Denim #194FB1
Tints of Denim #194FB1
RGB
CMYK
RGB Variations
Color information
#194FB1 (or 0x194FB1) is known color: Denim. HEX triplet: 19, 4F and B1. RGB value is (25,79,177). Sum of RGB (Red+Green+Blue) = 25+79+177=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 177 (69.53% from 255 or 62.99% from 281); Max value from RGB is 177 - color contains mainly: blue. Hex color #194FB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194FB1 is #E6B04E. Grayscale: #494949. Windows color (decimal): -15118415 or 11620121. OLE color: 11620121.
HSL color Cylindrical-coordinate representation of color #194FB1: hue angle of 218.68º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #194FB1 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 79 | 177 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.31 |
| HSL | 218.68º | 0.75% | 0.4% | - |
| HSV(B) | 218.68º | 0.86% | 0.69% | - |
| XYZ | 11.13 | 8.97 | 42.74 | - |
| YUV | 74.03 | 186.11 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 177 | 0.86 | 0.55 | 0 | 0.31 | 218.68 | 0.75 | 0.4 |
| Hex | 19 | 4F | B1 | 56 | 37 | 0 | 1F | DB | 4B | 28 |
| Octal | 31 | 117 | 261 | 126 | 67 | 0 | 37 | 333 | 113 | 50 |
| Binary | 11001 | 1001111 | 10110001 | 1010110 | 110111 | 0 | 11111 | 11011011 | 1001011 | 101000 |
Color Harmonies of #194FB1
Complementary color
Monochromatic Colors of #194FB1
Black with #194FB1
Text Example
Text Example
White with #194FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194FB1; }
p { color: rgb(25,79,177); }
H1.HeaderClassName
{
color: #194FB1;
}
.AnyTagClassName
{
color: #194FB1;
}
</style>
background-color css
<style>
a { background-color: #194FB1; }
a { background-color: rgb(25,79,177); }
div.DivClassName
{
background-color: #194FB1;
}
.BgClassName
{
background-color: #194FB1;
}
</style>
border-color css
<style>
span { border-color: #194FB1; }
span { border-color: rgb(25,79,177); }
td.TdClassName
{
border-color: #194FB1;
}
.TagClassName
{
border-color: #194FB1;
}
</style>