Shades of Dark Cerulean #184284
Tints of Dark Cerulean #184284
RGB
CMYK
RGB Variations
Color information
#184284 (or 0x184284) is known color: Dark Cerulean. HEX triplet: 18, 42 and 84. RGB value is (24,66,132). Sum of RGB (Red+Green+Blue) = 24+66+132=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #184284 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184284 is #E7BD7B. Grayscale: #3C3C3C. Windows color (decimal): -15187324 or 8667672. OLE color: 8667672.
HSL color Cylindrical-coordinate representation of color #184284: hue angle of 216.67º 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 #184284 is Cyan = 0.82, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 66 | 132 | - |
| CMYK | 0.82 | 0.5 | 0 | 0.48 |
| HSL | 216.67º | 0.69% | 0.31% | - |
| HSV(B) | 216.67º | 0.82% | 0.52% | - |
| XYZ | 6.49 | 5.76 | 22.6 | - |
| YUV | 60.97 | 168.09 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 132 | 0.82 | 0.5 | 0 | 0.48 | 216.67 | 0.69 | 0.31 |
| Hex | 18 | 42 | 84 | 52 | 32 | 0 | 30 | D9 | 45 | 1F |
| Octal | 30 | 102 | 204 | 122 | 62 | 0 | 60 | 331 | 105 | 37 |
| Binary | 11000 | 1000010 | 10000100 | 1010010 | 110010 | 0 | 110000 | 11011001 | 1000101 | 11111 |
Color Harmonies of #184284
Complementary color
Monochromatic Colors of #184284
Black with #184284
Text Example
Text Example
White with #184284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184284; }
p { color: rgb(24,66,132); }
H1.HeaderClassName
{
color: #184284;
}
.AnyTagClassName
{
color: #184284;
}
</style>
background-color css
<style>
a { background-color: #184284; }
a { background-color: rgb(24,66,132); }
div.DivClassName
{
background-color: #184284;
}
.BgClassName
{
background-color: #184284;
}
</style>
border-color css
<style>
span { border-color: #184284; }
span { border-color: rgb(24,66,132); }
td.TdClassName
{
border-color: #184284;
}
.TagClassName
{
border-color: #184284;
}
</style>