Shades of Denim #1F62AA
Tints of Denim #1F62AA
RGB
CMYK
RGB Variations
Color information
#1F62AA (or 0x1F62AA) is known color: Denim. HEX triplet: 1F, 62 and AA. RGB value is (31,98,170). Sum of RGB (Red+Green+Blue) = 31+98+170=299 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.37% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F62AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F62AA is #E09D55. Grayscale: #555555. Windows color (decimal): -14720342 or 11166239. OLE color: 11166239.
HSL color Cylindrical-coordinate representation of color #1F62AA: hue angle of 211.08º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F62AA is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 98 | 170 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.33 |
| HSL | 211.08º | 0.69% | 0.39% | - |
| HSV(B) | 211.08º | 0.82% | 0.67% | - |
| XYZ | 12.19 | 11.93 | 39.69 | - |
| YUV | 86.18 | 175.3 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 98 | 170 | 0.82 | 0.42 | 0 | 0.33 | 211.08 | 0.69 | 0.39 |
| Hex | 1F | 62 | AA | 52 | 2A | 0 | 21 | D3 | 45 | 27 |
| Octal | 37 | 142 | 252 | 122 | 52 | 0 | 41 | 323 | 105 | 47 |
| Binary | 11111 | 1100010 | 10101010 | 1010010 | 101010 | 0 | 100001 | 11010011 | 1000101 | 100111 |
Color Harmonies of #1F62AA
Complementary color
Monochromatic Colors of #1F62AA
Black with #1F62AA
Text Example
Text Example
White with #1F62AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F62AA; }
p { color: rgb(31,98,170); }
H1.HeaderClassName
{
color: #1F62AA;
}
.AnyTagClassName
{
color: #1F62AA;
}
</style>
background-color css
<style>
a { background-color: #1F62AA; }
a { background-color: rgb(31,98,170); }
div.DivClassName
{
background-color: #1F62AA;
}
.BgClassName
{
background-color: #1F62AA;
}
</style>
border-color css
<style>
span { border-color: #1F62AA; }
span { border-color: rgb(31,98,170); }
td.TdClassName
{
border-color: #1F62AA;
}
.TagClassName
{
border-color: #1F62AA;
}
</style>