Shades of Dark Cerulean #184882
Tints of Dark Cerulean #184882
RGB
CMYK
RGB Variations
Color information
#184882 (or 0x184882) is known color: Dark Cerulean. HEX triplet: 18, 48 and 82. RGB value is (24,72,130). Sum of RGB (Red+Green+Blue) = 24+72+130=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #184882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184882 is #E7B77D. Grayscale: #3F3F3F. Windows color (decimal): -15185790 or 8538136. OLE color: 8538136.
HSL color Cylindrical-coordinate representation of color #184882: hue angle of 212.83º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #184882 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 72 | 130 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.49 |
| HSL | 212.83º | 0.69% | 0.3% | - |
| HSV(B) | 212.83º | 0.82% | 0.51% | - |
| XYZ | 6.72 | 6.44 | 22.01 | - |
| YUV | 64.26 | 165.1 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 130 | 0.82 | 0.45 | 0 | 0.49 | 212.83 | 0.69 | 0.3 |
| Hex | 18 | 48 | 82 | 52 | 2D | 0 | 31 | D5 | 45 | 1E |
| Octal | 30 | 110 | 202 | 122 | 55 | 0 | 61 | 325 | 105 | 36 |
| Binary | 11000 | 1001000 | 10000010 | 1010010 | 101101 | 0 | 110001 | 11010101 | 1000101 | 11110 |
Color Harmonies of #184882
Complementary color
Monochromatic Colors of #184882
Black with #184882
Text Example
Text Example
White with #184882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184882; }
p { color: rgb(24,72,130); }
H1.HeaderClassName
{
color: #184882;
}
.AnyTagClassName
{
color: #184882;
}
</style>
background-color css
<style>
a { background-color: #184882; }
a { background-color: rgb(24,72,130); }
div.DivClassName
{
background-color: #184882;
}
.BgClassName
{
background-color: #184882;
}
</style>
border-color css
<style>
span { border-color: #184882; }
span { border-color: rgb(24,72,130); }
td.TdClassName
{
border-color: #184882;
}
.TagClassName
{
border-color: #184882;
}
</style>