Shades of Dark Cerulean #184A8A
Tints of Dark Cerulean #184A8A
RGB
CMYK
RGB Variations
Color information
#184A8A (or 0x184A8A) is known color: Dark Cerulean. HEX triplet: 18, 4A and 8A. RGB value is (24,74,138). Sum of RGB (Red+Green+Blue) = 24+74+138=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #184A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184A8A is #E7B575. Grayscale: #424242. Windows color (decimal): -15185270 or 9062936. OLE color: 9062936.
HSL color Cylindrical-coordinate representation of color #184A8A: hue angle of 213.68º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #184A8A is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 74 | 138 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.46 |
| HSL | 213.68º | 0.7% | 0.32% | - |
| HSV(B) | 213.68º | 0.83% | 0.54% | - |
| XYZ | 7.41 | 6.93 | 24.99 | - |
| YUV | 66.35 | 168.44 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 74 | 138 | 0.83 | 0.46 | 0 | 0.46 | 213.68 | 0.7 | 0.32 |
| Hex | 18 | 4A | 8A | 53 | 2E | 0 | 2E | D6 | 46 | 20 |
| Octal | 30 | 112 | 212 | 123 | 56 | 0 | 56 | 326 | 106 | 40 |
| Binary | 11000 | 1001010 | 10001010 | 1010011 | 101110 | 0 | 101110 | 11010110 | 1000110 | 100000 |
Color Harmonies of #184A8A
Complementary color
Monochromatic Colors of #184A8A
Black with #184A8A
Text Example
Text Example
White with #184A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184A8A; }
p { color: rgb(24,74,138); }
H1.HeaderClassName
{
color: #184A8A;
}
.AnyTagClassName
{
color: #184A8A;
}
</style>
background-color css
<style>
a { background-color: #184A8A; }
a { background-color: rgb(24,74,138); }
div.DivClassName
{
background-color: #184A8A;
}
.BgClassName
{
background-color: #184A8A;
}
</style>
border-color css
<style>
span { border-color: #184A8A; }
span { border-color: rgb(24,74,138); }
td.TdClassName
{
border-color: #184A8A;
}
.TagClassName
{
border-color: #184A8A;
}
</style>