Shades of Denim #1F67BE
Tints of Denim #1F67BE
RGB
CMYK
RGB Variations
Color information
#1F67BE (or 0x1F67BE) is known color: Denim. HEX triplet: 1F, 67 and BE. RGB value is (31,103,190). Sum of RGB (Red+Green+Blue) = 31+103+190=324 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.57% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F67BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F67BE is #E09841. Grayscale: #5A5A5A. Windows color (decimal): -14719042 or 12478239. OLE color: 12478239.
HSL color Cylindrical-coordinate representation of color #1F67BE: hue angle of 212.83º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F67BE is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 103 | 190 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.25 |
| HSL | 212.83º | 0.72% | 0.43% | - |
| HSV(B) | 212.83º | 0.84% | 0.75% | - |
| XYZ | 14.71 | 13.71 | 50.59 | - |
| YUV | 91.39 | 183.65 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 103 | 190 | 0.84 | 0.46 | 0 | 0.25 | 212.83 | 0.72 | 0.43 |
| Hex | 1F | 67 | BE | 54 | 2E | 0 | 19 | D5 | 48 | 2B |
| Octal | 37 | 147 | 276 | 124 | 56 | 0 | 31 | 325 | 110 | 53 |
| Binary | 11111 | 1100111 | 10111110 | 1010100 | 101110 | 0 | 11001 | 11010101 | 1001000 | 101011 |
Color Harmonies of #1F67BE
Complementary color
Monochromatic Colors of #1F67BE
Black with #1F67BE
Text Example
Text Example
White with #1F67BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F67BE; }
p { color: rgb(31,103,190); }
H1.HeaderClassName
{
color: #1F67BE;
}
.AnyTagClassName
{
color: #1F67BE;
}
</style>
background-color css
<style>
a { background-color: #1F67BE; }
a { background-color: rgb(31,103,190); }
div.DivClassName
{
background-color: #1F67BE;
}
.BgClassName
{
background-color: #1F67BE;
}
</style>
border-color css
<style>
span { border-color: #1F67BE; }
span { border-color: rgb(31,103,190); }
td.TdClassName
{
border-color: #1F67BE;
}
.TagClassName
{
border-color: #1F67BE;
}
</style>