Shades of Denim #184FAC
Tints of Denim #184FAC
RGB
CMYK
RGB Variations
Color information
#184FAC (or 0x184FAC) is known color: Denim. HEX triplet: 18, 4F and AC. RGB value is (24,79,172). Sum of RGB (Red+Green+Blue) = 24+79+172=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #184FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184FAC is #E7B053. Grayscale: #484848. Windows color (decimal): -15183956 or 11292440. OLE color: 11292440.
HSL color Cylindrical-coordinate representation of color #184FAC: hue angle of 217.7º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #184FAC is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 79 | 172 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.33 |
| HSL | 217.7º | 0.76% | 0.38% | - |
| HSV(B) | 217.7º | 0.86% | 0.67% | - |
| XYZ | 10.62 | 8.76 | 40.16 | - |
| YUV | 73.16 | 183.78 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 172 | 0.86 | 0.54 | 0 | 0.33 | 217.7 | 0.76 | 0.38 |
| Hex | 18 | 4F | AC | 56 | 36 | 0 | 21 | DA | 4C | 26 |
| Octal | 30 | 117 | 254 | 126 | 66 | 0 | 41 | 332 | 114 | 46 |
| Binary | 11000 | 1001111 | 10101100 | 1010110 | 110110 | 0 | 100001 | 11011010 | 1001100 | 100110 |
Color Harmonies of #184FAC
Complementary color
Monochromatic Colors of #184FAC
Black with #184FAC
Text Example
Text Example
White with #184FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184FAC; }
p { color: rgb(24,79,172); }
H1.HeaderClassName
{
color: #184FAC;
}
.AnyTagClassName
{
color: #184FAC;
}
</style>
background-color css
<style>
a { background-color: #184FAC; }
a { background-color: rgb(24,79,172); }
div.DivClassName
{
background-color: #184FAC;
}
.BgClassName
{
background-color: #184FAC;
}
</style>
border-color css
<style>
span { border-color: #184FAC; }
span { border-color: rgb(24,79,172); }
td.TdClassName
{
border-color: #184FAC;
}
.TagClassName
{
border-color: #184FAC;
}
</style>