Shades of Denim #015CB9
Tints of Denim #015CB9
RGB
CMYK
RGB Variations
Color information
#015CB9 (or 0x015CB9) is known color: Denim. HEX triplet: 01, 5C and B9. RGB value is (1,92,185). Sum of RGB (Red+Green+Blue) = 1+92+185=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 185 (72.66% from 255 or 66.55% from 278); Max value from RGB is 185 - color contains mainly: blue. Hex color #015CB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015CB9 is #FEA346. Grayscale: #4A4A4A. Windows color (decimal): -16687943 or 12147713. OLE color: 12147713.
HSL color Cylindrical-coordinate representation of color #015CB9: hue angle of 210.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015CB9 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 92 | 185 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.27 |
| HSL | 210.33º | 0.99% | 0.36% | - |
| HSV(B) | 210.33º | 0.99% | 0.73% | - |
| XYZ | 12.6 | 11.16 | 47.39 | - |
| YUV | 75.39 | 189.85 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 185 | 0.99 | 0.50 | 0 | 0.27 | 210.33 | 0.99 | 0.36 |
| Hex | 1 | 5C | B9 | 63 | 32 | 0 | 1B | D2 | 63 | 24 |
| Octal | 1 | 134 | 271 | 143 | 62 | 0 | 33 | 322 | 143 | 44 |
| Binary | 1 | 1011100 | 10111001 | 1100011 | 110010 | 0 | 11011 | 11010010 | 1100011 | 100100 |
Color Harmonies of #015CB9
Complementary color
Monochromatic Colors of #015CB9
Black with #015CB9
Text Example
Text Example
White with #015CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015CB9; }
p { color: rgb(1,92,185); }
H1.HeaderClassName
{
color: #015CB9;
}
.AnyTagClassName
{
color: #015CB9;
}
</style>
background-color css
<style>
a { background-color: #015CB9; }
a { background-color: rgb(1,92,185); }
div.DivClassName
{
background-color: #015CB9;
}
.BgClassName
{
background-color: #015CB9;
}
</style>
border-color css
<style>
span { border-color: #015CB9; }
span { border-color: rgb(1,92,185); }
td.TdClassName
{
border-color: #015CB9;
}
.TagClassName
{
border-color: #015CB9;
}
</style>