Shades of Dark Cerulean #184084
Tints of Dark Cerulean #184084
RGB
CMYK
RGB Variations
Color information
#184084 (or 0x184084) is known color: Dark Cerulean. HEX triplet: 18, 40 and 84. RGB value is (24,64,132). Sum of RGB (Red+Green+Blue) = 24+64+132=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #184084 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184084 is #E7BF7B. Grayscale: #3B3B3B. Windows color (decimal): -15187836 or 8667160. OLE color: 8667160.
HSL color Cylindrical-coordinate representation of color #184084: hue angle of 217.78º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #184084 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 64 | 132 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.48 |
| HSL | 217.78º | 0.69% | 0.31% | - |
| HSV(B) | 217.78º | 0.82% | 0.52% | - |
| XYZ | 6.37 | 5.53 | 22.56 | - |
| YUV | 59.79 | 168.75 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 132 | 0.82 | 0.52 | 0 | 0.48 | 217.78 | 0.69 | 0.31 |
| Hex | 18 | 40 | 84 | 52 | 34 | 0 | 30 | DA | 45 | 1F |
| Octal | 30 | 100 | 204 | 122 | 64 | 0 | 60 | 332 | 105 | 37 |
| Binary | 11000 | 1000000 | 10000100 | 1010010 | 110100 | 0 | 110000 | 11011010 | 1000101 | 11111 |
Color Harmonies of #184084
Complementary color
Monochromatic Colors of #184084
Black with #184084
Text Example
Text Example
White with #184084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184084; }
p { color: rgb(24,64,132); }
H1.HeaderClassName
{
color: #184084;
}
.AnyTagClassName
{
color: #184084;
}
</style>
background-color css
<style>
a { background-color: #184084; }
a { background-color: rgb(24,64,132); }
div.DivClassName
{
background-color: #184084;
}
.BgClassName
{
background-color: #184084;
}
</style>
border-color css
<style>
span { border-color: #184084; }
span { border-color: rgb(24,64,132); }
td.TdClassName
{
border-color: #184084;
}
.TagClassName
{
border-color: #184084;
}
</style>