Shades of Denim #1F5FCC
Tints of Denim #1F5FCC
RGB
CMYK
RGB Variations
Color information
#1F5FCC (or 0x1F5FCC) is known color: Denim. HEX triplet: 1F, 5F and CC. RGB value is (31,95,204). Sum of RGB (Red+Green+Blue) = 31+95+204=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F5FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5FCC is #E0A033. Grayscale: #575757. Windows color (decimal): -14721076 or 13393695. OLE color: 13393695.
HSL color Cylindrical-coordinate representation of color #1F5FCC: hue angle of 217.8º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F5FCC is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 95 | 204 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.2 |
| HSL | 217.8º | 0.74% | 0.46% | - |
| HSV(B) | 217.8º | 0.85% | 0.8% | - |
| XYZ | 15.56 | 12.84 | 58.78 | - |
| YUV | 88.29 | 193.3 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 204 | 0.85 | 0.53 | 0 | 0.2 | 217.8 | 0.74 | 0.46 |
| Hex | 1F | 5F | CC | 55 | 35 | 0 | 14 | DA | 4A | 2E |
| Octal | 37 | 137 | 314 | 125 | 65 | 0 | 24 | 332 | 112 | 56 |
| Binary | 11111 | 1011111 | 11001100 | 1010101 | 110101 | 0 | 10100 | 11011010 | 1001010 | 101110 |
Color Harmonies of #1F5FCC
Complementary color
Monochromatic Colors of #1F5FCC
Black with #1F5FCC
Text Example
Text Example
White with #1F5FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5FCC; }
p { color: rgb(31,95,204); }
H1.HeaderClassName
{
color: #1F5FCC;
}
.AnyTagClassName
{
color: #1F5FCC;
}
</style>
background-color css
<style>
a { background-color: #1F5FCC; }
a { background-color: rgb(31,95,204); }
div.DivClassName
{
background-color: #1F5FCC;
}
.BgClassName
{
background-color: #1F5FCC;
}
</style>
border-color css
<style>
span { border-color: #1F5FCC; }
span { border-color: rgb(31,95,204); }
td.TdClassName
{
border-color: #1F5FCC;
}
.TagClassName
{
border-color: #1F5FCC;
}
</style>