Shades of Denim #1F6AD2
Tints of Denim #1F6AD2
RGB
CMYK
RGB Variations
Color information
#1F6AD2 (or 0x1F6AD2) is known color: Denim. HEX triplet: 1F, 6A and D2. RGB value is (31,106,210). Sum of RGB (Red+Green+Blue) = 31+106+210=347 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.93% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 210 (82.42% from 255 or 60.52% from 347); Max value from RGB is 210 - color contains mainly: blue. Hex color #1F6AD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6AD2 is #E0952D. Grayscale: #5E5E5E. Windows color (decimal): -14718254 or 13789727. OLE color: 13789727.
HSL color Cylindrical-coordinate representation of color #1F6AD2: hue angle of 214.86º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F6AD2 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 106 | 210 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.18 |
| HSL | 214.86º | 0.74% | 0.47% | - |
| HSV(B) | 214.86º | 0.85% | 0.82% | - |
| XYZ | 17.35 | 15.25 | 63 | - |
| YUV | 95.43 | 192.65 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 106 | 210 | 0.85 | 0.50 | 0 | 0.18 | 214.86 | 0.74 | 0.47 |
| Hex | 1F | 6A | D2 | 55 | 32 | 0 | 12 | D7 | 4A | 2F |
| Octal | 37 | 152 | 322 | 125 | 62 | 0 | 22 | 327 | 112 | 57 |
| Binary | 11111 | 1101010 | 11010010 | 1010101 | 110010 | 0 | 10010 | 11010111 | 1001010 | 101111 |
Color Harmonies of #1F6AD2
Complementary color
Monochromatic Colors of #1F6AD2
Black with #1F6AD2
Text Example
Text Example
White with #1F6AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6AD2; }
p { color: rgb(31,106,210); }
H1.HeaderClassName
{
color: #1F6AD2;
}
.AnyTagClassName
{
color: #1F6AD2;
}
</style>
background-color css
<style>
a { background-color: #1F6AD2; }
a { background-color: rgb(31,106,210); }
div.DivClassName
{
background-color: #1F6AD2;
}
.BgClassName
{
background-color: #1F6AD2;
}
</style>
border-color css
<style>
span { border-color: #1F6AD2; }
span { border-color: rgb(31,106,210); }
td.TdClassName
{
border-color: #1F6AD2;
}
.TagClassName
{
border-color: #1F6AD2;
}
</style>