Shades of Dark Cerulean #184A74
Tints of Dark Cerulean #184A74
RGB
CMYK
RGB Variations
Color information
#184A74 (or 0x184A74) is known color: Dark Cerulean. HEX triplet: 18, 4A and 74. RGB value is (24,74,116). Sum of RGB (Red+Green+Blue) = 24+74+116=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #184A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184A74 is #E7B58B. Grayscale: #3F3F3F. Windows color (decimal): -15185292 or 7621144. OLE color: 7621144.
HSL color Cylindrical-coordinate representation of color #184A74: hue angle of 207.39º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #184A74 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 74 | 116 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.55 |
| HSL | 207.39º | 0.66% | 0.27% | - |
| HSV(B) | 207.39º | 0.79% | 0.45% | - |
| XYZ | 5.98 | 6.35 | 17.43 | - |
| YUV | 63.84 | 157.44 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 74 | 116 | 0.79 | 0.36 | 0 | 0.55 | 207.39 | 0.66 | 0.27 |
| Hex | 18 | 4A | 74 | 4F | 24 | 0 | 37 | CF | 42 | 1B |
| Octal | 30 | 112 | 164 | 117 | 44 | 0 | 67 | 317 | 102 | 33 |
| Binary | 11000 | 1001010 | 1110100 | 1001111 | 100100 | 0 | 110111 | 11001111 | 1000010 | 11011 |
Color Harmonies of #184A74
Complementary color
Monochromatic Colors of #184A74
Black with #184A74
Text Example
Text Example
White with #184A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184A74; }
p { color: rgb(24,74,116); }
H1.HeaderClassName
{
color: #184A74;
}
.AnyTagClassName
{
color: #184A74;
}
</style>
background-color css
<style>
a { background-color: #184A74; }
a { background-color: rgb(24,74,116); }
div.DivClassName
{
background-color: #184A74;
}
.BgClassName
{
background-color: #184A74;
}
</style>
border-color css
<style>
span { border-color: #184A74; }
span { border-color: rgb(24,74,116); }
td.TdClassName
{
border-color: #184A74;
}
.TagClassName
{
border-color: #184A74;
}
</style>