Shades of Denim #1057AF
Tints of Denim #1057AF
RGB
CMYK
RGB Variations
Color information
#1057AF (or 0x1057AF) is known color: Denim. HEX triplet: 10, 57 and AF. RGB value is (16,87,175). Sum of RGB (Red+Green+Blue) = 16+87+175=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #1057AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1057AF is #EFA850. Grayscale: #4B4B4B. Windows color (decimal): -15706193 or 11491088. OLE color: 11491088.
HSL color Cylindrical-coordinate representation of color #1057AF: hue angle of 213.21º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1057AF is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 87 | 175 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.31 |
| HSL | 213.21º | 0.83% | 0.37% | - |
| HSV(B) | 213.21º | 0.91% | 0.69% | - |
| XYZ | 11.36 | 10.02 | 41.89 | - |
| YUV | 75.8 | 183.98 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 87 | 175 | 0.91 | 0.50 | 0 | 0.31 | 213.21 | 0.83 | 0.37 |
| Hex | 10 | 57 | AF | 5B | 32 | 0 | 1F | D5 | 53 | 25 |
| Octal | 20 | 127 | 257 | 133 | 62 | 0 | 37 | 325 | 123 | 45 |
| Binary | 10000 | 1010111 | 10101111 | 1011011 | 110010 | 0 | 11111 | 11010101 | 1010011 | 100101 |
Color Harmonies of #1057AF
Complementary color
Monochromatic Colors of #1057AF
Black with #1057AF
Text Example
Text Example
White with #1057AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1057AF; }
p { color: rgb(16,87,175); }
H1.HeaderClassName
{
color: #1057AF;
}
.AnyTagClassName
{
color: #1057AF;
}
</style>
background-color css
<style>
a { background-color: #1057AF; }
a { background-color: rgb(16,87,175); }
div.DivClassName
{
background-color: #1057AF;
}
.BgClassName
{
background-color: #1057AF;
}
</style>
border-color css
<style>
span { border-color: #1057AF; }
span { border-color: rgb(16,87,175); }
td.TdClassName
{
border-color: #1057AF;
}
.TagClassName
{
border-color: #1057AF;
}
</style>