Shades of Denim #015FB0
Tints of Denim #015FB0
RGB
CMYK
RGB Variations
Color information
#015FB0 (or 0x015FB0) is known color: Denim. HEX triplet: 01, 5F and B0. RGB value is (1,95,176). Sum of RGB (Red+Green+Blue) = 1+95+176=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 176 (69.14% from 255 or 64.71% from 272); Max value from RGB is 176 - color contains mainly: blue. Hex color #015FB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015FB0 is #FEA04F. Grayscale: #4B4B4B. Windows color (decimal): -16687184 or 11558657. OLE color: 11558657.
HSL color Cylindrical-coordinate representation of color #015FB0: hue angle of 207.77º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015FB0 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 95 | 176 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.31 |
| HSL | 207.77º | 0.99% | 0.35% | - |
| HSV(B) | 207.77º | 0.99% | 0.69% | - |
| XYZ | 11.94 | 11.33 | 42.63 | - |
| YUV | 76.13 | 184.36 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 176 | 0.99 | 0.46 | 0 | 0.31 | 207.77 | 0.99 | 0.35 |
| Hex | 1 | 5F | B0 | 63 | 2E | 0 | 1F | D0 | 63 | 23 |
| Octal | 1 | 137 | 260 | 143 | 56 | 0 | 37 | 320 | 143 | 43 |
| Binary | 1 | 1011111 | 10110000 | 1100011 | 101110 | 0 | 11111 | 11010000 | 1100011 | 100011 |
Color Harmonies of #015FB0
Complementary color
Monochromatic Colors of #015FB0
Black with #015FB0
Text Example
Text Example
White with #015FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015FB0; }
p { color: rgb(1,95,176); }
H1.HeaderClassName
{
color: #015FB0;
}
.AnyTagClassName
{
color: #015FB0;
}
</style>
background-color css
<style>
a { background-color: #015FB0; }
a { background-color: rgb(1,95,176); }
div.DivClassName
{
background-color: #015FB0;
}
.BgClassName
{
background-color: #015FB0;
}
</style>
border-color css
<style>
span { border-color: #015FB0; }
span { border-color: rgb(1,95,176); }
td.TdClassName
{
border-color: #015FB0;
}
.TagClassName
{
border-color: #015FB0;
}
</style>