Shades of Denim #1F73CE
Tints of Denim #1F73CE
RGB
CMYK
RGB Variations
Color information
#1F73CE (or 0x1F73CE) is known color: Denim. HEX triplet: 1F, 73 and CE. RGB value is (31,115,206). Sum of RGB (Red+Green+Blue) = 31+115+206=352 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.81% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F73CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F73CE is #E08C31. Grayscale: #636363. Windows color (decimal): -14715954 or 13529887. OLE color: 13529887.
HSL color Cylindrical-coordinate representation of color #1F73CE: hue angle of 211.2º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F73CE is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 115 | 206 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.19 |
| HSL | 211.2º | 0.74% | 0.46% | - |
| HSV(B) | 211.2º | 0.85% | 0.81% | - |
| XYZ | 17.84 | 17.01 | 60.74 | - |
| YUV | 100.26 | 187.67 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 115 | 206 | 0.85 | 0.44 | 0 | 0.19 | 211.2 | 0.74 | 0.46 |
| Hex | 1F | 73 | CE | 55 | 2C | 0 | 13 | D3 | 4A | 2E |
| Octal | 37 | 163 | 316 | 125 | 54 | 0 | 23 | 323 | 112 | 56 |
| Binary | 11111 | 1110011 | 11001110 | 1010101 | 101100 | 0 | 10011 | 11010011 | 1001010 | 101110 |
Color Harmonies of #1F73CE
Complementary color
Monochromatic Colors of #1F73CE
Black with #1F73CE
Text Example
Text Example
White with #1F73CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F73CE; }
p { color: rgb(31,115,206); }
H1.HeaderClassName
{
color: #1F73CE;
}
.AnyTagClassName
{
color: #1F73CE;
}
</style>
background-color css
<style>
a { background-color: #1F73CE; }
a { background-color: rgb(31,115,206); }
div.DivClassName
{
background-color: #1F73CE;
}
.BgClassName
{
background-color: #1F73CE;
}
</style>
border-color css
<style>
span { border-color: #1F73CE; }
span { border-color: rgb(31,115,206); }
td.TdClassName
{
border-color: #1F73CE;
}
.TagClassName
{
border-color: #1F73CE;
}
</style>