Shades of Denim #1F7BCC
Tints of Denim #1F7BCC
RGB
CMYK
RGB Variations
Color information
#1F7BCC (or 0x1F7BCC) is known color: Denim. HEX triplet: 1F, 7B and CC. RGB value is (31,123,204). Sum of RGB (Red+Green+Blue) = 31+123+204=358 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.66% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F7BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7BCC is #E08433. Grayscale: #686868. Windows color (decimal): -14713908 or 13400863. OLE color: 13400863.
HSL color Cylindrical-coordinate representation of color #1F7BCC: hue angle of 208.09º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F7BCC is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 123 | 204 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.2 |
| HSL | 208.09º | 0.74% | 0.46% | - |
| HSV(B) | 208.09º | 0.85% | 0.8% | - |
| XYZ | 18.55 | 18.82 | 59.78 | - |
| YUV | 104.73 | 184.02 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 123 | 204 | 0.85 | 0.40 | 0 | 0.2 | 208.09 | 0.74 | 0.46 |
| Hex | 1F | 7B | CC | 55 | 28 | 0 | 14 | D0 | 4A | 2E |
| Octal | 37 | 173 | 314 | 125 | 50 | 0 | 24 | 320 | 112 | 56 |
| Binary | 11111 | 1111011 | 11001100 | 1010101 | 101000 | 0 | 10100 | 11010000 | 1001010 | 101110 |
Color Harmonies of #1F7BCC
Complementary color
Monochromatic Colors of #1F7BCC
Black with #1F7BCC
Text Example
Text Example
White with #1F7BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7BCC; }
p { color: rgb(31,123,204); }
H1.HeaderClassName
{
color: #1F7BCC;
}
.AnyTagClassName
{
color: #1F7BCC;
}
</style>
background-color css
<style>
a { background-color: #1F7BCC; }
a { background-color: rgb(31,123,204); }
div.DivClassName
{
background-color: #1F7BCC;
}
.BgClassName
{
background-color: #1F7BCC;
}
</style>
border-color css
<style>
span { border-color: #1F7BCC; }
span { border-color: rgb(31,123,204); }
td.TdClassName
{
border-color: #1F7BCC;
}
.TagClassName
{
border-color: #1F7BCC;
}
</style>