Shades of Denim #1855AF
Tints of Denim #1855AF
RGB
CMYK
RGB Variations
Color information
#1855AF (or 0x1855AF) is known color: Denim. HEX triplet: 18, 55 and AF. RGB value is (24,85,175). Sum of RGB (Red+Green+Blue) = 24+85+175=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #1855AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1855AF is #E7AA50. Grayscale: #4C4C4C. Windows color (decimal): -15182417 or 11490584. OLE color: 11490584.
HSL color Cylindrical-coordinate representation of color #1855AF: hue angle of 215.76º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1855AF is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 85 | 175 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.31 |
| HSL | 215.76º | 0.76% | 0.39% | - |
| HSV(B) | 215.76º | 0.86% | 0.69% | - |
| XYZ | 11.36 | 9.79 | 41.85 | - |
| YUV | 77.02 | 183.29 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 175 | 0.86 | 0.51 | 0 | 0.31 | 215.76 | 0.76 | 0.39 |
| Hex | 18 | 55 | AF | 56 | 33 | 0 | 1F | D8 | 4C | 27 |
| Octal | 30 | 125 | 257 | 126 | 63 | 0 | 37 | 330 | 114 | 47 |
| Binary | 11000 | 1010101 | 10101111 | 1010110 | 110011 | 0 | 11111 | 11011000 | 1001100 | 100111 |
Color Harmonies of #1855AF
Complementary color
Monochromatic Colors of #1855AF
Black with #1855AF
Text Example
Text Example
White with #1855AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1855AF; }
p { color: rgb(24,85,175); }
H1.HeaderClassName
{
color: #1855AF;
}
.AnyTagClassName
{
color: #1855AF;
}
</style>
background-color css
<style>
a { background-color: #1855AF; }
a { background-color: rgb(24,85,175); }
div.DivClassName
{
background-color: #1855AF;
}
.BgClassName
{
background-color: #1855AF;
}
</style>
border-color css
<style>
span { border-color: #1855AF; }
span { border-color: rgb(24,85,175); }
td.TdClassName
{
border-color: #1855AF;
}
.TagClassName
{
border-color: #1855AF;
}
</style>