Shades of Denim #195BCF
Tints of Denim #195BCF
RGB
CMYK
RGB Variations
Color information
#195BCF (or 0x195BCF) is known color: Denim. HEX triplet: 19, 5B and CF. RGB value is (25,91,207). Sum of RGB (Red+Green+Blue) = 25+91+207=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #195BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195BCF is #E6A430. Grayscale: #535353. Windows color (decimal): -15115313 or 13589273. OLE color: 13589273.
HSL color Cylindrical-coordinate representation of color #195BCF: hue angle of 218.24º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #195BCF is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 91 | 207 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.19 |
| HSL | 218.24º | 0.78% | 0.45% | - |
| HSV(B) | 218.24º | 0.88% | 0.81% | - |
| XYZ | 15.4 | 12.19 | 60.57 | - |
| YUV | 84.49 | 197.13 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 91 | 207 | 0.88 | 0.56 | 0 | 0.19 | 218.24 | 0.78 | 0.45 |
| Hex | 19 | 5B | CF | 58 | 38 | 0 | 13 | DA | 4E | 2D |
| Octal | 31 | 133 | 317 | 130 | 70 | 0 | 23 | 332 | 116 | 55 |
| Binary | 11001 | 1011011 | 11001111 | 1011000 | 111000 | 0 | 10011 | 11011010 | 1001110 | 101101 |
Color Harmonies of #195BCF
Complementary color
Monochromatic Colors of #195BCF
Black with #195BCF
Text Example
Text Example
White with #195BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195BCF; }
p { color: rgb(25,91,207); }
H1.HeaderClassName
{
color: #195BCF;
}
.AnyTagClassName
{
color: #195BCF;
}
</style>
background-color css
<style>
a { background-color: #195BCF; }
a { background-color: rgb(25,91,207); }
div.DivClassName
{
background-color: #195BCF;
}
.BgClassName
{
background-color: #195BCF;
}
</style>
border-color css
<style>
span { border-color: #195BCF; }
span { border-color: rgb(25,91,207); }
td.TdClassName
{
border-color: #195BCF;
}
.TagClassName
{
border-color: #195BCF;
}
</style>