Shades of Denim #015CB6
Tints of Denim #015CB6
RGB
CMYK
RGB Variations
Color information
#015CB6 (or 0x015CB6) is known color: Denim. HEX triplet: 01, 5C and B6. RGB value is (1,92,182). Sum of RGB (Red+Green+Blue) = 1+92+182=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 182 (71.48% from 255 or 66.18% from 275); Max value from RGB is 182 - color contains mainly: blue. Hex color #015CB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015CB6 is #FEA349. Grayscale: #4A4A4A. Windows color (decimal): -16687946 or 11951105. OLE color: 11951105.
HSL color Cylindrical-coordinate representation of color #015CB6: hue angle of 209.83º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015CB6 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 92 | 182 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.29 |
| HSL | 209.83º | 0.99% | 0.36% | - |
| HSV(B) | 209.83º | 0.99% | 0.71% | - |
| XYZ | 12.28 | 11.04 | 45.74 | - |
| YUV | 75.05 | 188.35 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 182 | 0.99 | 0.49 | 0 | 0.29 | 209.83 | 0.99 | 0.36 |
| Hex | 1 | 5C | B6 | 63 | 31 | 0 | 1D | D2 | 63 | 24 |
| Octal | 1 | 134 | 266 | 143 | 61 | 0 | 35 | 322 | 143 | 44 |
| Binary | 1 | 1011100 | 10110110 | 1100011 | 110001 | 0 | 11101 | 11010010 | 1100011 | 100100 |
Color Harmonies of #015CB6
Complementary color
Monochromatic Colors of #015CB6
Black with #015CB6
Text Example
Text Example
White with #015CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015CB6; }
p { color: rgb(1,92,182); }
H1.HeaderClassName
{
color: #015CB6;
}
.AnyTagClassName
{
color: #015CB6;
}
</style>
background-color css
<style>
a { background-color: #015CB6; }
a { background-color: rgb(1,92,182); }
div.DivClassName
{
background-color: #015CB6;
}
.BgClassName
{
background-color: #015CB6;
}
</style>
border-color css
<style>
span { border-color: #015CB6; }
span { border-color: rgb(1,92,182); }
td.TdClassName
{
border-color: #015CB6;
}
.TagClassName
{
border-color: #015CB6;
}
</style>