Shades of Dark Cerulean #184285
Tints of Dark Cerulean #184285
RGB
CMYK
RGB Variations
Color information
#184285 (or 0x184285) is known color: Dark Cerulean. HEX triplet: 18, 42 and 85. RGB value is (24,66,133). Sum of RGB (Red+Green+Blue) = 24+66+133=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #184285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184285 is #E7BD7A. Grayscale: #3C3C3C. Windows color (decimal): -15187323 or 8733208. OLE color: 8733208.
HSL color Cylindrical-coordinate representation of color #184285: hue angle of 216.88º 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 #184285 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 66 | 133 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.48 |
| HSL | 216.88º | 0.69% | 0.31% | - |
| HSV(B) | 216.88º | 0.82% | 0.52% | - |
| XYZ | 6.56 | 5.78 | 22.96 | - |
| YUV | 61.08 | 168.59 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 133 | 0.82 | 0.50 | 0 | 0.48 | 216.88 | 0.69 | 0.31 |
| Hex | 18 | 42 | 85 | 52 | 32 | 0 | 30 | D9 | 45 | 1F |
| Octal | 30 | 102 | 205 | 122 | 62 | 0 | 60 | 331 | 105 | 37 |
| Binary | 11000 | 1000010 | 10000101 | 1010010 | 110010 | 0 | 110000 | 11011001 | 1000101 | 11111 |
Color Harmonies of #184285
Complementary color
Monochromatic Colors of #184285
Black with #184285
Text Example
Text Example
White with #184285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184285; }
p { color: rgb(24,66,133); }
H1.HeaderClassName
{
color: #184285;
}
.AnyTagClassName
{
color: #184285;
}
</style>
background-color css
<style>
a { background-color: #184285; }
a { background-color: rgb(24,66,133); }
div.DivClassName
{
background-color: #184285;
}
.BgClassName
{
background-color: #184285;
}
</style>
border-color css
<style>
span { border-color: #184285; }
span { border-color: rgb(24,66,133); }
td.TdClassName
{
border-color: #184285;
}
.TagClassName
{
border-color: #184285;
}
</style>