Shades of Denim #0757BA
Tints of Denim #0757BA
RGB
CMYK
RGB Variations
Color information
#0757BA (or 0x0757BA) is known color: Denim. HEX triplet: 07, 57 and BA. RGB value is (7,87,186). Sum of RGB (Red+Green+Blue) = 7+87+186=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #0757BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0757BA is #F8A845. Grayscale: #494949. Windows color (decimal): -16296006 or 12211975. OLE color: 12211975.
HSL color Cylindrical-coordinate representation of color #0757BA: hue angle of 213.18º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0757BA is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 87 | 186 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.27 |
| HSL | 213.18º | 0.93% | 0.38% | - |
| HSV(B) | 213.18º | 0.96% | 0.73% | - |
| XYZ | 12.36 | 10.41 | 47.81 | - |
| YUV | 74.37 | 191 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 87 | 186 | 0.96 | 0.53 | 0 | 0.27 | 213.18 | 0.93 | 0.38 |
| Hex | 7 | 57 | BA | 60 | 35 | 0 | 1B | D5 | 5D | 26 |
| Octal | 7 | 127 | 272 | 140 | 65 | 0 | 33 | 325 | 135 | 46 |
| Binary | 111 | 1010111 | 10111010 | 1100000 | 110101 | 0 | 11011 | 11010101 | 1011101 | 100110 |
Color Harmonies of #0757BA
Complementary color
Monochromatic Colors of #0757BA
Black with #0757BA
Text Example
Text Example
White with #0757BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0757BA; }
p { color: rgb(7,87,186); }
H1.HeaderClassName
{
color: #0757BA;
}
.AnyTagClassName
{
color: #0757BA;
}
</style>
background-color css
<style>
a { background-color: #0757BA; }
a { background-color: rgb(7,87,186); }
div.DivClassName
{
background-color: #0757BA;
}
.BgClassName
{
background-color: #0757BA;
}
</style>
border-color css
<style>
span { border-color: #0757BA; }
span { border-color: rgb(7,87,186); }
td.TdClassName
{
border-color: #0757BA;
}
.TagClassName
{
border-color: #0757BA;
}
</style>