Shades of Denim #1778BA
Tints of Denim #1778BA
RGB
CMYK
RGB Variations
Color information
#1778BA (or 0x1778BA) is known color: Denim. HEX triplet: 17, 78 and BA. RGB value is (23,120,186). Sum of RGB (Red+Green+Blue) = 23+120+186=329 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.99% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #1778BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1778BA is #E88745. Grayscale: #626262. Windows color (decimal): -15238982 or 12220439. OLE color: 12220439.
HSL color Cylindrical-coordinate representation of color #1778BA: hue angle of 204.29º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1778BA is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 120 | 186 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.27 |
| HSL | 204.29º | 0.78% | 0.41% | - |
| HSV(B) | 204.29º | 0.88% | 0.73% | - |
| XYZ | 15.93 | 17.16 | 48.93 | - |
| YUV | 98.52 | 177.36 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 120 | 186 | 0.88 | 0.35 | 0 | 0.27 | 204.29 | 0.78 | 0.41 |
| Hex | 17 | 78 | BA | 58 | 23 | 0 | 1B | CC | 4E | 29 |
| Octal | 27 | 170 | 272 | 130 | 43 | 0 | 33 | 314 | 116 | 51 |
| Binary | 10111 | 1111000 | 10111010 | 1011000 | 100011 | 0 | 11011 | 11001100 | 1001110 | 101001 |
Color Harmonies of #1778BA
Complementary color
Monochromatic Colors of #1778BA
Black with #1778BA
Text Example
Text Example
White with #1778BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1778BA; }
p { color: rgb(23,120,186); }
H1.HeaderClassName
{
color: #1778BA;
}
.AnyTagClassName
{
color: #1778BA;
}
</style>
background-color css
<style>
a { background-color: #1778BA; }
a { background-color: rgb(23,120,186); }
div.DivClassName
{
background-color: #1778BA;
}
.BgClassName
{
background-color: #1778BA;
}
</style>
border-color css
<style>
span { border-color: #1778BA; }
span { border-color: rgb(23,120,186); }
td.TdClassName
{
border-color: #1778BA;
}
.TagClassName
{
border-color: #1778BA;
}
</style>