Shades of Denim #195DBB
Tints of Denim #195DBB
RGB
CMYK
RGB Variations
Color information
#195DBB (or 0x195DBB) is known color: Denim. HEX triplet: 19, 5D and BB. RGB value is (25,93,187). Sum of RGB (Red+Green+Blue) = 25+93+187=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #195DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195DBB is #E6A244. Grayscale: #525252. Windows color (decimal): -15114821 or 12279065. OLE color: 12279065.
HSL color Cylindrical-coordinate representation of color #195DBB: hue angle of 214.81º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #195DBB is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 93 | 187 | - |
| CMYK | 0.87 | 0.50 | 0 | 0.27 |
| HSL | 214.81º | 0.76% | 0.42% | - |
| HSV(B) | 214.81º | 0.87% | 0.73% | - |
| XYZ | 13.28 | 11.62 | 48.56 | - |
| YUV | 83.38 | 186.47 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 187 | 0.87 | 0.50 | 0 | 0.27 | 214.81 | 0.76 | 0.42 |
| Hex | 19 | 5D | BB | 57 | 32 | 0 | 1B | D7 | 4C | 2A |
| Octal | 31 | 135 | 273 | 127 | 62 | 0 | 33 | 327 | 114 | 52 |
| Binary | 11001 | 1011101 | 10111011 | 1010111 | 110010 | 0 | 11011 | 11010111 | 1001100 | 101010 |
Color Harmonies of #195DBB
Complementary color
Monochromatic Colors of #195DBB
Black with #195DBB
Text Example
Text Example
White with #195DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195DBB; }
p { color: rgb(25,93,187); }
H1.HeaderClassName
{
color: #195DBB;
}
.AnyTagClassName
{
color: #195DBB;
}
</style>
background-color css
<style>
a { background-color: #195DBB; }
a { background-color: rgb(25,93,187); }
div.DivClassName
{
background-color: #195DBB;
}
.BgClassName
{
background-color: #195DBB;
}
</style>
border-color css
<style>
span { border-color: #195DBB; }
span { border-color: rgb(25,93,187); }
td.TdClassName
{
border-color: #195DBB;
}
.TagClassName
{
border-color: #195DBB;
}
</style>