Shades of Denim #1778BE
Tints of Denim #1778BE
RGB
CMYK
RGB Variations
Color information
#1778BE (or 0x1778BE) is known color: Denim. HEX triplet: 17, 78 and BE. RGB value is (23,120,190). Sum of RGB (Red+Green+Blue) = 23+120+190=333 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.91% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #1778BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1778BE is #E88741. Grayscale: #626262. Windows color (decimal): -15238978 or 12482583. OLE color: 12482583.
HSL color Cylindrical-coordinate representation of color #1778BE: hue angle of 205.15º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1778BE is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 120 | 190 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.25 |
| HSL | 205.15º | 0.78% | 0.42% | - |
| HSV(B) | 205.15º | 0.88% | 0.75% | - |
| XYZ | 16.36 | 17.33 | 51.2 | - |
| YUV | 98.98 | 179.36 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 120 | 190 | 0.88 | 0.37 | 0 | 0.25 | 205.15 | 0.78 | 0.42 |
| Hex | 17 | 78 | BE | 58 | 25 | 0 | 19 | CD | 4E | 2A |
| Octal | 27 | 170 | 276 | 130 | 45 | 0 | 31 | 315 | 116 | 52 |
| Binary | 10111 | 1111000 | 10111110 | 1011000 | 100101 | 0 | 11001 | 11001101 | 1001110 | 101010 |
Color Harmonies of #1778BE
Complementary color
Monochromatic Colors of #1778BE
Black with #1778BE
Text Example
Text Example
White with #1778BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1778BE; }
p { color: rgb(23,120,190); }
H1.HeaderClassName
{
color: #1778BE;
}
.AnyTagClassName
{
color: #1778BE;
}
</style>
background-color css
<style>
a { background-color: #1778BE; }
a { background-color: rgb(23,120,190); }
div.DivClassName
{
background-color: #1778BE;
}
.BgClassName
{
background-color: #1778BE;
}
</style>
border-color css
<style>
span { border-color: #1778BE; }
span { border-color: rgb(23,120,190); }
td.TdClassName
{
border-color: #1778BE;
}
.TagClassName
{
border-color: #1778BE;
}
</style>