Shades of Denim #194FAC
Tints of Denim #194FAC
RGB
CMYK
RGB Variations
Color information
#194FAC (or 0x194FAC) is known color: Denim. HEX triplet: 19, 4F and AC. RGB value is (25,79,172). Sum of RGB (Red+Green+Blue) = 25+79+172=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #194FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194FAC is #E6B053. Grayscale: #494949. Windows color (decimal): -15118420 or 11292441. OLE color: 11292441.
HSL color Cylindrical-coordinate representation of color #194FAC: hue angle of 217.96º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #194FAC is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 79 | 172 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.33 |
| HSL | 217.96º | 0.75% | 0.39% | - |
| HSV(B) | 217.96º | 0.85% | 0.67% | - |
| XYZ | 10.64 | 8.78 | 40.16 | - |
| YUV | 73.46 | 183.61 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 172 | 0.85 | 0.54 | 0 | 0.33 | 217.96 | 0.75 | 0.39 |
| Hex | 19 | 4F | AC | 55 | 36 | 0 | 21 | DA | 4B | 27 |
| Octal | 31 | 117 | 254 | 125 | 66 | 0 | 41 | 332 | 113 | 47 |
| Binary | 11001 | 1001111 | 10101100 | 1010101 | 110110 | 0 | 100001 | 11011010 | 1001011 | 100111 |
Color Harmonies of #194FAC
Complementary color
Monochromatic Colors of #194FAC
Black with #194FAC
Text Example
Text Example
White with #194FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194FAC; }
p { color: rgb(25,79,172); }
H1.HeaderClassName
{
color: #194FAC;
}
.AnyTagClassName
{
color: #194FAC;
}
</style>
background-color css
<style>
a { background-color: #194FAC; }
a { background-color: rgb(25,79,172); }
div.DivClassName
{
background-color: #194FAC;
}
.BgClassName
{
background-color: #194FAC;
}
</style>
border-color css
<style>
span { border-color: #194FAC; }
span { border-color: rgb(25,79,172); }
td.TdClassName
{
border-color: #194FAC;
}
.TagClassName
{
border-color: #194FAC;
}
</style>