Shades of Denim #0157BC
Tints of Denim #0157BC
RGB
CMYK
RGB Variations
Color information
#0157BC (or 0x0157BC) is known color: Denim. HEX triplet: 01, 57 and BC. RGB value is (1,87,188). Sum of RGB (Red+Green+Blue) = 1+87+188=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #0157BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0157BC is #FEA843. Grayscale: #484848. Windows color (decimal): -16689220 or 12343041. OLE color: 12343041.
HSL color Cylindrical-coordinate representation of color #0157BC: hue angle of 212.41º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0157BC is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 87 | 188 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.26 |
| HSL | 212.41º | 0.99% | 0.37% | - |
| HSV(B) | 212.41º | 0.99% | 0.74% | - |
| XYZ | 12.5 | 10.45 | 48.94 | - |
| YUV | 72.8 | 193.01 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 87 | 188 | 0.99 | 0.54 | 0 | 0.26 | 212.41 | 0.99 | 0.37 |
| Hex | 1 | 57 | BC | 63 | 36 | 0 | 1A | D4 | 63 | 25 |
| Octal | 1 | 127 | 274 | 143 | 66 | 0 | 32 | 324 | 143 | 45 |
| Binary | 1 | 1010111 | 10111100 | 1100011 | 110110 | 0 | 11010 | 11010100 | 1100011 | 100101 |
Color Harmonies of #0157BC
Complementary color
Monochromatic Colors of #0157BC
Black with #0157BC
Text Example
Text Example
White with #0157BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0157BC; }
p { color: rgb(1,87,188); }
H1.HeaderClassName
{
color: #0157BC;
}
.AnyTagClassName
{
color: #0157BC;
}
</style>
background-color css
<style>
a { background-color: #0157BC; }
a { background-color: rgb(1,87,188); }
div.DivClassName
{
background-color: #0157BC;
}
.BgClassName
{
background-color: #0157BC;
}
</style>
border-color css
<style>
span { border-color: #0157BC; }
span { border-color: rgb(1,87,188); }
td.TdClassName
{
border-color: #0157BC;
}
.TagClassName
{
border-color: #0157BC;
}
</style>