Shades of Denim #0757BD
Tints of Denim #0757BD
RGB
CMYK
RGB Variations
Color information
#0757BD (or 0x0757BD) is known color: Denim. HEX triplet: 07, 57 and BD. RGB value is (7,87,189). Sum of RGB (Red+Green+Blue) = 7+87+189=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #0757BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0757BD is #F8A842. Grayscale: #4A4A4A. Windows color (decimal): -16296003 or 12408583. OLE color: 12408583.
HSL color Cylindrical-coordinate representation of color #0757BD: hue angle of 213.63º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0757BD is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 87 | 189 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.26 |
| HSL | 213.63º | 0.93% | 0.38% | - |
| HSV(B) | 213.63º | 0.96% | 0.74% | - |
| XYZ | 12.68 | 10.54 | 49.51 | - |
| YUV | 74.71 | 192.5 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 87 | 189 | 0.96 | 0.54 | 0 | 0.26 | 213.63 | 0.93 | 0.38 |
| Hex | 7 | 57 | BD | 60 | 36 | 0 | 1A | D6 | 5D | 26 |
| Octal | 7 | 127 | 275 | 140 | 66 | 0 | 32 | 326 | 135 | 46 |
| Binary | 111 | 1010111 | 10111101 | 1100000 | 110110 | 0 | 11010 | 11010110 | 1011101 | 100110 |
Color Harmonies of #0757BD
Complementary color
Monochromatic Colors of #0757BD
Black with #0757BD
Text Example
Text Example
White with #0757BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0757BD; }
p { color: rgb(7,87,189); }
H1.HeaderClassName
{
color: #0757BD;
}
.AnyTagClassName
{
color: #0757BD;
}
</style>
background-color css
<style>
a { background-color: #0757BD; }
a { background-color: rgb(7,87,189); }
div.DivClassName
{
background-color: #0757BD;
}
.BgClassName
{
background-color: #0757BD;
}
</style>
border-color css
<style>
span { border-color: #0757BD; }
span { border-color: rgb(7,87,189); }
td.TdClassName
{
border-color: #0757BD;
}
.TagClassName
{
border-color: #0757BD;
}
</style>