Shades of Denim #015FB1
Tints of Denim #015FB1
RGB
CMYK
RGB Variations
Color information
#015FB1 (or 0x015FB1) is known color: Denim. HEX triplet: 01, 5F and B1. RGB value is (1,95,177). Sum of RGB (Red+Green+Blue) = 1+95+177=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 177 (69.53% from 255 or 64.84% from 273); Max value from RGB is 177 - color contains mainly: blue. Hex color #015FB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015FB1 is #FEA04E. Grayscale: #4B4B4B. Windows color (decimal): -16687183 or 11624193. OLE color: 11624193.
HSL color Cylindrical-coordinate representation of color #015FB1: hue angle of 207.95º 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 #015FB1 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 95 | 177 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.31 |
| HSL | 207.95º | 0.99% | 0.35% | - |
| HSV(B) | 207.95º | 0.99% | 0.69% | - |
| XYZ | 12.04 | 11.37 | 43.15 | - |
| YUV | 76.24 | 184.86 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 177 | 0.99 | 0.46 | 0 | 0.31 | 207.95 | 0.99 | 0.35 |
| Hex | 1 | 5F | B1 | 63 | 2E | 0 | 1F | D0 | 63 | 23 |
| Octal | 1 | 137 | 261 | 143 | 56 | 0 | 37 | 320 | 143 | 43 |
| Binary | 1 | 1011111 | 10110001 | 1100011 | 101110 | 0 | 11111 | 11010000 | 1100011 | 100011 |
Color Harmonies of #015FB1
Complementary color
Monochromatic Colors of #015FB1
Black with #015FB1
Text Example
Text Example
White with #015FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015FB1; }
p { color: rgb(1,95,177); }
H1.HeaderClassName
{
color: #015FB1;
}
.AnyTagClassName
{
color: #015FB1;
}
</style>
background-color css
<style>
a { background-color: #015FB1; }
a { background-color: rgb(1,95,177); }
div.DivClassName
{
background-color: #015FB1;
}
.BgClassName
{
background-color: #015FB1;
}
</style>
border-color css
<style>
span { border-color: #015FB1; }
span { border-color: rgb(1,95,177); }
td.TdClassName
{
border-color: #015FB1;
}
.TagClassName
{
border-color: #015FB1;
}
</style>