Shades of Denim #015FB7
Tints of Denim #015FB7
RGB
CMYK
RGB Variations
Color information
#015FB7 (or 0x015FB7) is known color: Denim. HEX triplet: 01, 5F and B7. RGB value is (1,95,183). Sum of RGB (Red+Green+Blue) = 1+95+183=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 183 (71.88% from 255 or 65.59% from 279); Max value from RGB is 183 - color contains mainly: blue. Hex color #015FB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015FB7 is #FEA048. Grayscale: #4C4C4C. Windows color (decimal): -16687177 or 12017409. OLE color: 12017409.
HSL color Cylindrical-coordinate representation of color #015FB7: hue angle of 209.01º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015FB7 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 95 | 183 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.28 |
| HSL | 209.01º | 0.99% | 0.36% | - |
| HSV(B) | 209.01º | 0.99% | 0.72% | - |
| XYZ | 12.65 | 11.61 | 46.37 | - |
| YUV | 76.93 | 187.86 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 183 | 0.99 | 0.48 | 0 | 0.28 | 209.01 | 0.99 | 0.36 |
| Hex | 1 | 5F | B7 | 63 | 30 | 0 | 1C | D1 | 63 | 24 |
| Octal | 1 | 137 | 267 | 143 | 60 | 0 | 34 | 321 | 143 | 44 |
| Binary | 1 | 1011111 | 10110111 | 1100011 | 110000 | 0 | 11100 | 11010001 | 1100011 | 100100 |
Color Harmonies of #015FB7
Complementary color
Monochromatic Colors of #015FB7
Black with #015FB7
Text Example
Text Example
White with #015FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015FB7; }
p { color: rgb(1,95,183); }
H1.HeaderClassName
{
color: #015FB7;
}
.AnyTagClassName
{
color: #015FB7;
}
</style>
background-color css
<style>
a { background-color: #015FB7; }
a { background-color: rgb(1,95,183); }
div.DivClassName
{
background-color: #015FB7;
}
.BgClassName
{
background-color: #015FB7;
}
</style>
border-color css
<style>
span { border-color: #015FB7; }
span { border-color: rgb(1,95,183); }
td.TdClassName
{
border-color: #015FB7;
}
.TagClassName
{
border-color: #015FB7;
}
</style>