Shades of Denim #1F7BCB
Tints of Denim #1F7BCB
RGB
CMYK
RGB Variations
Color information
#1F7BCB (or 0x1F7BCB) is known color: Denim. HEX triplet: 1F, 7B and CB. RGB value is (31,123,203). Sum of RGB (Red+Green+Blue) = 31+123+203=357 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.68% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F7BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7BCB is #E08434. Grayscale: #686868. Windows color (decimal): -14713909 or 13335327. OLE color: 13335327.
HSL color Cylindrical-coordinate representation of color #1F7BCB: hue angle of 207.91º 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 #1F7BCB is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 123 | 203 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.20 |
| HSL | 207.91º | 0.74% | 0.46% | - |
| HSV(B) | 207.91º | 0.85% | 0.8% | - |
| XYZ | 18.43 | 18.77 | 59.15 | - |
| YUV | 104.61 | 183.52 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 123 | 203 | 0.85 | 0.39 | 0 | 0.20 | 207.91 | 0.74 | 0.46 |
| Hex | 1F | 7B | CB | 55 | 27 | 0 | 14 | D0 | 4A | 2E |
| Octal | 37 | 173 | 313 | 125 | 47 | 0 | 24 | 320 | 112 | 56 |
| Binary | 11111 | 1111011 | 11001011 | 1010101 | 100111 | 0 | 10100 | 11010000 | 1001010 | 101110 |
Color Harmonies of #1F7BCB
Complementary color
Monochromatic Colors of #1F7BCB
Black with #1F7BCB
Text Example
Text Example
White with #1F7BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7BCB; }
p { color: rgb(31,123,203); }
H1.HeaderClassName
{
color: #1F7BCB;
}
.AnyTagClassName
{
color: #1F7BCB;
}
</style>
background-color css
<style>
a { background-color: #1F7BCB; }
a { background-color: rgb(31,123,203); }
div.DivClassName
{
background-color: #1F7BCB;
}
.BgClassName
{
background-color: #1F7BCB;
}
</style>
border-color css
<style>
span { border-color: #1F7BCB; }
span { border-color: rgb(31,123,203); }
td.TdClassName
{
border-color: #1F7BCB;
}
.TagClassName
{
border-color: #1F7BCB;
}
</style>