Shades of Denim #185FA3
Tints of Denim #185FA3
RGB
CMYK
RGB Variations
Color information
#185FA3 (or 0x185FA3) is known color: Denim. HEX triplet: 18, 5F and A3. RGB value is (24,95,163). Sum of RGB (Red+Green+Blue) = 24+95+163=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 163 (64.06% from 255 or 57.80% from 282); Max value from RGB is 163 - color contains mainly: blue. Hex color #185FA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185FA3 is #E7A05C. Grayscale: #515151. Windows color (decimal): -15179869 or 10706712. OLE color: 10706712.
HSL color Cylindrical-coordinate representation of color #185FA3: hue angle of 209.35º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #185FA3 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 95 | 163 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.36 |
| HSL | 209.35º | 0.74% | 0.37% | - |
| HSV(B) | 209.35º | 0.85% | 0.64% | - |
| XYZ | 11.08 | 11.02 | 36.19 | - |
| YUV | 81.52 | 173.98 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 163 | 0.85 | 0.42 | 0 | 0.36 | 209.35 | 0.74 | 0.37 |
| Hex | 18 | 5F | A3 | 55 | 2A | 0 | 24 | D1 | 4A | 25 |
| Octal | 30 | 137 | 243 | 125 | 52 | 0 | 44 | 321 | 112 | 45 |
| Binary | 11000 | 1011111 | 10100011 | 1010101 | 101010 | 0 | 100100 | 11010001 | 1001010 | 100101 |
Color Harmonies of #185FA3
Complementary color
Monochromatic Colors of #185FA3
Black with #185FA3
Text Example
Text Example
White with #185FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185FA3; }
p { color: rgb(24,95,163); }
H1.HeaderClassName
{
color: #185FA3;
}
.AnyTagClassName
{
color: #185FA3;
}
</style>
background-color css
<style>
a { background-color: #185FA3; }
a { background-color: rgb(24,95,163); }
div.DivClassName
{
background-color: #185FA3;
}
.BgClassName
{
background-color: #185FA3;
}
</style>
border-color css
<style>
span { border-color: #185FA3; }
span { border-color: rgb(24,95,163); }
td.TdClassName
{
border-color: #185FA3;
}
.TagClassName
{
border-color: #185FA3;
}
</style>