Shades of Denim #075CB1
Tints of Denim #075CB1
RGB
CMYK
RGB Variations
Color information
#075CB1 (or 0x075CB1) is known color: Denim. HEX triplet: 07, 5C and B1. RGB value is (7,92,177). Sum of RGB (Red+Green+Blue) = 7+92+177=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 177 (69.53% from 255 or 64.13% from 276); Max value from RGB is 177 - color contains mainly: blue. Hex color #075CB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075CB1 is #F8A34E. Grayscale: #4B4B4B. Windows color (decimal): -16294735 or 11623431. OLE color: 11623431.
HSL color Cylindrical-coordinate representation of color #075CB1: hue angle of 210º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #075CB1 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 92 | 177 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.31 |
| HSL | 210º | 0.92% | 0.36% | - |
| HSV(B) | 210º | 0.96% | 0.69% | - |
| XYZ | 11.85 | 10.87 | 43.07 | - |
| YUV | 76.28 | 184.84 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 92 | 177 | 0.96 | 0.48 | 0 | 0.31 | 210 | 0.92 | 0.36 |
| Hex | 7 | 5C | B1 | 60 | 30 | 0 | 1F | D2 | 5C | 24 |
| Octal | 7 | 134 | 261 | 140 | 60 | 0 | 37 | 322 | 134 | 44 |
| Binary | 111 | 1011100 | 10110001 | 1100000 | 110000 | 0 | 11111 | 11010010 | 1011100 | 100100 |
Color Harmonies of #075CB1
Complementary color
Monochromatic Colors of #075CB1
Black with #075CB1
Text Example
Text Example
White with #075CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075CB1; }
p { color: rgb(7,92,177); }
H1.HeaderClassName
{
color: #075CB1;
}
.AnyTagClassName
{
color: #075CB1;
}
</style>
background-color css
<style>
a { background-color: #075CB1; }
a { background-color: rgb(7,92,177); }
div.DivClassName
{
background-color: #075CB1;
}
.BgClassName
{
background-color: #075CB1;
}
</style>
border-color css
<style>
span { border-color: #075CB1; }
span { border-color: rgb(7,92,177); }
td.TdClassName
{
border-color: #075CB1;
}
.TagClassName
{
border-color: #075CB1;
}
</style>