Shades of Denim #1064B8
Tints of Denim #1064B8
RGB
CMYK
RGB Variations
Color information
#1064B8 (or 0x1064B8) is known color: Denim. HEX triplet: 10, 64 and B8. RGB value is (16,100,184). Sum of RGB (Red+Green+Blue) = 16+100+184=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 184 (72.27% from 255 or 61.33% from 300); Max value from RGB is 184 - color contains mainly: blue. Hex color #1064B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1064B8 is #EF9B47. Grayscale: #545454. Windows color (decimal): -15702856 or 12084240. OLE color: 12084240.
HSL color Cylindrical-coordinate representation of color #1064B8: hue angle of 210º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1064B8 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 100 | 184 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.28 |
| HSL | 210º | 0.84% | 0.39% | - |
| HSV(B) | 210º | 0.91% | 0.72% | - |
| XYZ | 13.42 | 12.69 | 47.09 | - |
| YUV | 84.46 | 184.17 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 100 | 184 | 0.91 | 0.46 | 0 | 0.28 | 210 | 0.84 | 0.39 |
| Hex | 10 | 64 | B8 | 5B | 2E | 0 | 1C | D2 | 54 | 27 |
| Octal | 20 | 144 | 270 | 133 | 56 | 0 | 34 | 322 | 124 | 47 |
| Binary | 10000 | 1100100 | 10111000 | 1011011 | 101110 | 0 | 11100 | 11010010 | 1010100 | 100111 |
Color Harmonies of #1064B8
Complementary color
Monochromatic Colors of #1064B8
Black with #1064B8
Text Example
Text Example
White with #1064B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1064B8; }
p { color: rgb(16,100,184); }
H1.HeaderClassName
{
color: #1064B8;
}
.AnyTagClassName
{
color: #1064B8;
}
</style>
background-color css
<style>
a { background-color: #1064B8; }
a { background-color: rgb(16,100,184); }
div.DivClassName
{
background-color: #1064B8;
}
.BgClassName
{
background-color: #1064B8;
}
</style>
border-color css
<style>
span { border-color: #1064B8; }
span { border-color: rgb(16,100,184); }
td.TdClassName
{
border-color: #1064B8;
}
.TagClassName
{
border-color: #1064B8;
}
</style>