Shades of Denim #184FAE
Tints of Denim #184FAE
RGB
CMYK
RGB Variations
Color information
#184FAE (or 0x184FAE) is known color: Denim. HEX triplet: 18, 4F and AE. RGB value is (24,79,174). Sum of RGB (Red+Green+Blue) = 24+79+174=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 174 (68.36% from 255 or 62.82% from 277); Max value from RGB is 174 - color contains mainly: blue. Hex color #184FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184FAE is #E7B051. Grayscale: #484848. Windows color (decimal): -15183954 or 11423512. OLE color: 11423512.
HSL color Cylindrical-coordinate representation of color #184FAE: hue angle of 218º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #184FAE is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 79 | 174 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.32 |
| HSL | 218º | 0.76% | 0.39% | - |
| HSV(B) | 218º | 0.86% | 0.68% | - |
| XYZ | 10.81 | 8.84 | 41.18 | - |
| YUV | 73.39 | 184.78 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 174 | 0.86 | 0.55 | 0 | 0.32 | 218 | 0.76 | 0.39 |
| Hex | 18 | 4F | AE | 56 | 37 | 0 | 20 | DA | 4C | 27 |
| Octal | 30 | 117 | 256 | 126 | 67 | 0 | 40 | 332 | 114 | 47 |
| Binary | 11000 | 1001111 | 10101110 | 1010110 | 110111 | 0 | 100000 | 11011010 | 1001100 | 100111 |
Color Harmonies of #184FAE
Complementary color
Monochromatic Colors of #184FAE
Black with #184FAE
Text Example
Text Example
White with #184FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184FAE; }
p { color: rgb(24,79,174); }
H1.HeaderClassName
{
color: #184FAE;
}
.AnyTagClassName
{
color: #184FAE;
}
</style>
background-color css
<style>
a { background-color: #184FAE; }
a { background-color: rgb(24,79,174); }
div.DivClassName
{
background-color: #184FAE;
}
.BgClassName
{
background-color: #184FAE;
}
</style>
border-color css
<style>
span { border-color: #184FAE; }
span { border-color: rgb(24,79,174); }
td.TdClassName
{
border-color: #184FAE;
}
.TagClassName
{
border-color: #184FAE;
}
</style>