Shades of Denim #1B5FC7
Tints of Denim #1B5FC7
RGB
CMYK
RGB Variations
Color information
#1B5FC7 (or 0x1B5FC7) is known color: Denim. HEX triplet: 1B, 5F and C7. RGB value is (27,95,199). Sum of RGB (Red+Green+Blue) = 27+95+199=321 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.41% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 199 (78.12% from 255 or 61.99% from 321); Max value from RGB is 199 - color contains mainly: blue. Hex color #1B5FC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B5FC7 is #E4A038. Grayscale: #565656. Windows color (decimal): -14983225 or 13066011. OLE color: 13066011.
HSL color Cylindrical-coordinate representation of color #1B5FC7: hue angle of 216.28º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B5FC7 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 27 | 95 | 199 | - |
CMYK | 0.86 | 0.52 | 0 | 0.22 |
HSL | 216.28º | 0.76% | 0.44% | - |
HSV(B) | 216.28º | 0.86% | 0.78% | - |
XYZ | 14.85 | 12.54 | 55.67 | - |
YUV | 86.52 | 191.47 | 85.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 27 | 95 | 199 | 0.86 | 0.52 | 0 | 0.22 | 216.28 | 0.76 | 0.44 |
Hex | 1B | 5F | C7 | 56 | 34 | 0 | 16 | D8 | 4C | 2C |
Octal | 33 | 137 | 307 | 126 | 64 | 0 | 26 | 330 | 114 | 54 |
Binary | 11011 | 1011111 | 11000111 | 1010110 | 110100 | 0 | 10110 | 11011000 | 1001100 | 101100 |
Color Harmonies of #1B5FC7
Complementary color
Monochromatic Colors of #1B5FC7
Black with #1B5FC7
Text Example
Text Example
White with #1B5FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5FC7; }
p { color: rgb(27,95,199); }
H1.HeaderClassName
{
color: #1B5FC7;
}
.AnyTagClassName
{
color: #1B5FC7;
}
</style>
background-color css
<style>
a { background-color: #1B5FC7; }
a { background-color: rgb(27,95,199); }
div.DivClassName
{
background-color: #1B5FC7;
}
.BgClassName
{
background-color: #1B5FC7;
}
</style>
border-color css
<style>
span { border-color: #1B5FC7; }
span { border-color: rgb(27,95,199); }
td.TdClassName
{
border-color: #1B5FC7;
}
.TagClassName
{
border-color: #1B5FC7;
}
</style>