Shades of Denim #1F5FCB
Tints of Denim #1F5FCB
RGB
CMYK
RGB Variations
Color information
#1F5FCB (or 0x1F5FCB) is known color: Denim. HEX triplet: 1F, 5F and CB. RGB value is (31,95,203). Sum of RGB (Red+Green+Blue) = 31+95+203=329 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.42% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F5FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5FCB is #E0A034. Grayscale: #575757. Windows color (decimal): -14721077 or 13328159. OLE color: 13328159.
HSL color Cylindrical-coordinate representation of color #1F5FCB: hue angle of 217.67º 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 #1F5FCB is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 95 | 203 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.20 |
| HSL | 217.67º | 0.74% | 0.46% | - |
| HSV(B) | 217.67º | 0.85% | 0.8% | - |
| XYZ | 15.44 | 12.79 | 58.15 | - |
| YUV | 88.18 | 192.8 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 203 | 0.85 | 0.53 | 0 | 0.20 | 217.67 | 0.74 | 0.46 |
| Hex | 1F | 5F | CB | 55 | 35 | 0 | 14 | DA | 4A | 2E |
| Octal | 37 | 137 | 313 | 125 | 65 | 0 | 24 | 332 | 112 | 56 |
| Binary | 11111 | 1011111 | 11001011 | 1010101 | 110101 | 0 | 10100 | 11011010 | 1001010 | 101110 |
Color Harmonies of #1F5FCB
Complementary color
Monochromatic Colors of #1F5FCB
Black with #1F5FCB
Text Example
Text Example
White with #1F5FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5FCB; }
p { color: rgb(31,95,203); }
H1.HeaderClassName
{
color: #1F5FCB;
}
.AnyTagClassName
{
color: #1F5FCB;
}
</style>
background-color css
<style>
a { background-color: #1F5FCB; }
a { background-color: rgb(31,95,203); }
div.DivClassName
{
background-color: #1F5FCB;
}
.BgClassName
{
background-color: #1F5FCB;
}
</style>
border-color css
<style>
span { border-color: #1F5FCB; }
span { border-color: rgb(31,95,203); }
td.TdClassName
{
border-color: #1F5FCB;
}
.TagClassName
{
border-color: #1F5FCB;
}
</style>