Shades of Denim #0753BF
Tints of Denim #0753BF
RGB
CMYK
RGB Variations
Color information
#0753BF (or 0x0753BF) is known color: Denim. HEX triplet: 07, 53 and BF. RGB value is (7,83,191). Sum of RGB (Red+Green+Blue) = 7+83+191=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 191 (75% from 255 or 67.97% from 281); Max value from RGB is 191 - color contains mainly: blue. Hex color #0753BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0753BF is #F8AC40. Grayscale: #484848. Windows color (decimal): -16297025 or 12538631. OLE color: 12538631.
HSL color Cylindrical-coordinate representation of color #0753BF: hue angle of 215.22º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0753BF is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 83 | 191 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.25 |
| HSL | 215.22º | 0.93% | 0.39% | - |
| HSV(B) | 215.22º | 0.96% | 0.75% | - |
| XYZ | 12.58 | 9.99 | 50.56 | - |
| YUV | 72.59 | 194.82 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 191 | 0.96 | 0.57 | 0 | 0.25 | 215.22 | 0.93 | 0.39 |
| Hex | 7 | 53 | BF | 60 | 39 | 0 | 19 | D7 | 5D | 27 |
| Octal | 7 | 123 | 277 | 140 | 71 | 0 | 31 | 327 | 135 | 47 |
| Binary | 111 | 1010011 | 10111111 | 1100000 | 111001 | 0 | 11001 | 11010111 | 1011101 | 100111 |
Color Harmonies of #0753BF
Complementary color
Monochromatic Colors of #0753BF
Black with #0753BF
Text Example
Text Example
White with #0753BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0753BF; }
p { color: rgb(7,83,191); }
H1.HeaderClassName
{
color: #0753BF;
}
.AnyTagClassName
{
color: #0753BF;
}
</style>
background-color css
<style>
a { background-color: #0753BF; }
a { background-color: rgb(7,83,191); }
div.DivClassName
{
background-color: #0753BF;
}
.BgClassName
{
background-color: #0753BF;
}
</style>
border-color css
<style>
span { border-color: #0753BF; }
span { border-color: rgb(7,83,191); }
td.TdClassName
{
border-color: #0753BF;
}
.TagClassName
{
border-color: #0753BF;
}
</style>