Shades of Denim #075DC1
Tints of Denim #075DC1
RGB
CMYK
RGB Variations
Color information
#075DC1 (or 0x075DC1) is known color: Denim. HEX triplet: 07, 5D and C1. RGB value is (7,93,193). Sum of RGB (Red+Green+Blue) = 7+93+193=293 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.39% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 193 (75.78% from 255 or 65.87% from 293); Max value from RGB is 193 - color contains mainly: blue. Hex color #075DC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075DC1 is #F8A23E. Grayscale: #4E4E4E. Windows color (decimal): -16294463 or 12672263. OLE color: 12672263.
HSL color Cylindrical-coordinate representation of color #075DC1: hue angle of 212.26º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #075DC1 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 93 | 193 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.24 |
| HSL | 212.26º | 0.93% | 0.39% | - |
| HSV(B) | 212.26º | 0.96% | 0.76% | - |
| XYZ | 13.63 | 11.72 | 52 | - |
| YUV | 78.69 | 192.51 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 193 | 0.96 | 0.52 | 0 | 0.24 | 212.26 | 0.93 | 0.39 |
| Hex | 7 | 5D | C1 | 60 | 34 | 0 | 18 | D4 | 5D | 27 |
| Octal | 7 | 135 | 301 | 140 | 64 | 0 | 30 | 324 | 135 | 47 |
| Binary | 111 | 1011101 | 11000001 | 1100000 | 110100 | 0 | 11000 | 11010100 | 1011101 | 100111 |
Color Harmonies of #075DC1
Complementary color
Monochromatic Colors of #075DC1
Black with #075DC1
Text Example
Text Example
White with #075DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075DC1; }
p { color: rgb(7,93,193); }
H1.HeaderClassName
{
color: #075DC1;
}
.AnyTagClassName
{
color: #075DC1;
}
</style>
background-color css
<style>
a { background-color: #075DC1; }
a { background-color: rgb(7,93,193); }
div.DivClassName
{
background-color: #075DC1;
}
.BgClassName
{
background-color: #075DC1;
}
</style>
border-color css
<style>
span { border-color: #075DC1; }
span { border-color: rgb(7,93,193); }
td.TdClassName
{
border-color: #075DC1;
}
.TagClassName
{
border-color: #075DC1;
}
</style>