Shades of Denim #1451CF
Tints of Denim #1451CF
RGB
CMYK
RGB Variations
Color information
#1451CF (or 0x1451CF) is known color: Denim. HEX triplet: 14, 51 and CF. RGB value is (20,81,207). Sum of RGB (Red+Green+Blue) = 20+81+207=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #1451CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1451CF is #EBAE30. Grayscale: #4C4C4C. Windows color (decimal): -15445553 or 13586708. OLE color: 13586708.
HSL color Cylindrical-coordinate representation of color #1451CF: hue angle of 220.43º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1451CF is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 81 | 207 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.19 |
| HSL | 220.43º | 0.82% | 0.45% | - |
| HSV(B) | 220.43º | 0.9% | 0.81% | - |
| XYZ | 14.49 | 10.54 | 60.3 | - |
| YUV | 77.13 | 201.29 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 207 | 0.90 | 0.61 | 0 | 0.19 | 220.43 | 0.82 | 0.45 |
| Hex | 14 | 51 | CF | 5A | 3D | 0 | 13 | DC | 52 | 2D |
| Octal | 24 | 121 | 317 | 132 | 75 | 0 | 23 | 334 | 122 | 55 |
| Binary | 10100 | 1010001 | 11001111 | 1011010 | 111101 | 0 | 10011 | 11011100 | 1010010 | 101101 |
Color Harmonies of #1451CF
Complementary color
Monochromatic Colors of #1451CF
Black with #1451CF
Text Example
Text Example
White with #1451CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1451CF; }
p { color: rgb(20,81,207); }
H1.HeaderClassName
{
color: #1451CF;
}
.AnyTagClassName
{
color: #1451CF;
}
</style>
background-color css
<style>
a { background-color: #1451CF; }
a { background-color: rgb(20,81,207); }
div.DivClassName
{
background-color: #1451CF;
}
.BgClassName
{
background-color: #1451CF;
}
</style>
border-color css
<style>
span { border-color: #1451CF; }
span { border-color: rgb(20,81,207); }
td.TdClassName
{
border-color: #1451CF;
}
.TagClassName
{
border-color: #1451CF;
}
</style>