Shades of Denim #1F63AA
Tints of Denim #1F63AA
RGB
CMYK
RGB Variations
Color information
#1F63AA (or 0x1F63AA) is known color: Denim. HEX triplet: 1F, 63 and AA. RGB value is (31,99,170). Sum of RGB (Red+Green+Blue) = 31+99+170=300 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.33% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F63AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F63AA is #E09C55. Grayscale: #565656. Windows color (decimal): -14720086 or 11166495. OLE color: 11166495.
HSL color Cylindrical-coordinate representation of color #1F63AA: hue angle of 210.65º 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 #1F63AA is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 99 | 170 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.33 |
| HSL | 210.65º | 0.69% | 0.39% | - |
| HSV(B) | 210.65º | 0.82% | 0.67% | - |
| XYZ | 12.28 | 12.12 | 39.72 | - |
| YUV | 86.76 | 174.97 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 170 | 0.82 | 0.42 | 0 | 0.33 | 210.65 | 0.69 | 0.39 |
| Hex | 1F | 63 | AA | 52 | 2A | 0 | 21 | D3 | 45 | 27 |
| Octal | 37 | 143 | 252 | 122 | 52 | 0 | 41 | 323 | 105 | 47 |
| Binary | 11111 | 1100011 | 10101010 | 1010010 | 101010 | 0 | 100001 | 11010011 | 1000101 | 100111 |
Color Harmonies of #1F63AA
Complementary color
Monochromatic Colors of #1F63AA
Black with #1F63AA
Text Example
Text Example
White with #1F63AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F63AA; }
p { color: rgb(31,99,170); }
H1.HeaderClassName
{
color: #1F63AA;
}
.AnyTagClassName
{
color: #1F63AA;
}
</style>
background-color css
<style>
a { background-color: #1F63AA; }
a { background-color: rgb(31,99,170); }
div.DivClassName
{
background-color: #1F63AA;
}
.BgClassName
{
background-color: #1F63AA;
}
</style>
border-color css
<style>
span { border-color: #1F63AA; }
span { border-color: rgb(31,99,170); }
td.TdClassName
{
border-color: #1F63AA;
}
.TagClassName
{
border-color: #1F63AA;
}
</style>