Shades of Denim #195BD4
Tints of Denim #195BD4
RGB
CMYK
RGB Variations
Color information
#195BD4 (or 0x195BD4) is known color: Denim. HEX triplet: 19, 5B and D4. RGB value is (25,91,212). Sum of RGB (Red+Green+Blue) = 25+91+212=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 212 (83.20% from 255 or 64.63% from 328); Max value from RGB is 212 - color contains mainly: blue. Hex color #195BD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195BD4 is #E6A42B. Grayscale: #545454. Windows color (decimal): -15115308 or 13916953. OLE color: 13916953.
HSL color Cylindrical-coordinate representation of color #195BD4: hue angle of 218.82º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #195BD4 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 25 | 91 | 212 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.17 |
| HSL | 218.82º | 0.79% | 0.46% | - |
| HSV(B) | 218.82º | 0.88% | 0.83% | - |
| XYZ | 16.03 | 12.44 | 63.84 | - |
| YUV | 85.06 | 199.63 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 91 | 212 | 0.88 | 0.57 | 0 | 0.17 | 218.82 | 0.79 | 0.46 |
| Hex | 19 | 5B | D4 | 58 | 39 | 0 | 11 | DB | 4F | 2E |
| Octal | 31 | 133 | 324 | 130 | 71 | 0 | 21 | 333 | 117 | 56 |
| Binary | 11001 | 1011011 | 11010100 | 1011000 | 111001 | 0 | 10001 | 11011011 | 1001111 | 101110 |
Color Harmonies of #195BD4
Complementary color
Monochromatic Colors of #195BD4
Black with #195BD4
Text Example
Text Example
White with #195BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195BD4; }
p { color: rgb(25,91,212); }
H1.HeaderClassName
{
color: #195BD4;
}
.AnyTagClassName
{
color: #195BD4;
}
</style>
background-color css
<style>
a { background-color: #195BD4; }
a { background-color: rgb(25,91,212); }
div.DivClassName
{
background-color: #195BD4;
}
.BgClassName
{
background-color: #195BD4;
}
</style>
border-color css
<style>
span { border-color: #195BD4; }
span { border-color: rgb(25,91,212); }
td.TdClassName
{
border-color: #195BD4;
}
.TagClassName
{
border-color: #195BD4;
}
</style>