Shades of Denim #114BCF
Tints of Denim #114BCF
RGB
CMYK
RGB Variations
Color information
#114BCF (or 0x114BCF) is known color: Denim. HEX triplet: 11, 4B and CF. RGB value is (17,75,207). Sum of RGB (Red+Green+Blue) = 17+75+207=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 207 (81.25% from 255 or 69.23% from 299); Max value from RGB is 207 - color contains mainly: blue. Hex color #114BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114BCF is #EEB430. Grayscale: #484848. Windows color (decimal): -15643697 or 13585169. OLE color: 13585169.
HSL color Cylindrical-coordinate representation of color #114BCF: hue angle of 221.68º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114BCF is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 75 | 207 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.19 |
| HSL | 221.68º | 0.85% | 0.44% | - |
| HSV(B) | 221.68º | 0.92% | 0.81% | - |
| XYZ | 14.01 | 9.66 | 60.16 | - |
| YUV | 72.71 | 203.78 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 207 | 0.92 | 0.64 | 0 | 0.19 | 221.68 | 0.85 | 0.44 |
| Hex | 11 | 4B | CF | 5C | 40 | 0 | 13 | DE | 55 | 2C |
| Octal | 21 | 113 | 317 | 134 | 100 | 0 | 23 | 336 | 125 | 54 |
| Binary | 10001 | 1001011 | 11001111 | 1011100 | 1000000 | 0 | 10011 | 11011110 | 1010101 | 101100 |
Color Harmonies of #114BCF
Complementary color
Monochromatic Colors of #114BCF
Black with #114BCF
Text Example
Text Example
White with #114BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114BCF; }
p { color: rgb(17,75,207); }
H1.HeaderClassName
{
color: #114BCF;
}
.AnyTagClassName
{
color: #114BCF;
}
</style>
background-color css
<style>
a { background-color: #114BCF; }
a { background-color: rgb(17,75,207); }
div.DivClassName
{
background-color: #114BCF;
}
.BgClassName
{
background-color: #114BCF;
}
</style>
border-color css
<style>
span { border-color: #114BCF; }
span { border-color: rgb(17,75,207); }
td.TdClassName
{
border-color: #114BCF;
}
.TagClassName
{
border-color: #114BCF;
}
</style>