Shades of Denim #185FA4
Tints of Denim #185FA4
RGB
CMYK
RGB Variations
Color information
#185FA4 (or 0x185FA4) is known color: Denim. HEX triplet: 18, 5F and A4. RGB value is (24,95,164). Sum of RGB (Red+Green+Blue) = 24+95+164=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 164 (64.45% from 255 or 57.95% from 283); Max value from RGB is 164 - color contains mainly: blue. Hex color #185FA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185FA4 is #E7A05B. Grayscale: #515151. Windows color (decimal): -15179868 or 10772248. OLE color: 10772248.
HSL color Cylindrical-coordinate representation of color #185FA4: hue angle of 209.57º 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 #185FA4 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 95 | 164 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.36 |
| HSL | 209.57º | 0.74% | 0.37% | - |
| HSV(B) | 209.57º | 0.85% | 0.64% | - |
| XYZ | 11.17 | 11.06 | 36.67 | - |
| YUV | 81.64 | 174.48 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 164 | 0.85 | 0.42 | 0 | 0.36 | 209.57 | 0.74 | 0.37 |
| Hex | 18 | 5F | A4 | 55 | 2A | 0 | 24 | D2 | 4A | 25 |
| Octal | 30 | 137 | 244 | 125 | 52 | 0 | 44 | 322 | 112 | 45 |
| Binary | 11000 | 1011111 | 10100100 | 1010101 | 101010 | 0 | 100100 | 11010010 | 1001010 | 100101 |
Color Harmonies of #185FA4
Complementary color
Monochromatic Colors of #185FA4
Black with #185FA4
Text Example
Text Example
White with #185FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185FA4; }
p { color: rgb(24,95,164); }
H1.HeaderClassName
{
color: #185FA4;
}
.AnyTagClassName
{
color: #185FA4;
}
</style>
background-color css
<style>
a { background-color: #185FA4; }
a { background-color: rgb(24,95,164); }
div.DivClassName
{
background-color: #185FA4;
}
.BgClassName
{
background-color: #185FA4;
}
</style>
border-color css
<style>
span { border-color: #185FA4; }
span { border-color: rgb(24,95,164); }
td.TdClassName
{
border-color: #185FA4;
}
.TagClassName
{
border-color: #185FA4;
}
</style>