Shades of Dark Cerulean #184585
Tints of Dark Cerulean #184585
RGB
CMYK
RGB Variations
Color information
#184585 (or 0x184585) is known color: Dark Cerulean. HEX triplet: 18, 45 and 85. RGB value is (24,69,133). Sum of RGB (Red+Green+Blue) = 24+69+133=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #184585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184585 is #E7BA7A. Grayscale: #3E3E3E. Windows color (decimal): -15186555 or 8733976. OLE color: 8733976.
HSL color Cylindrical-coordinate representation of color #184585: hue angle of 215.23º 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 #184585 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 69 | 133 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.48 |
| HSL | 215.23º | 0.69% | 0.31% | - |
| HSV(B) | 215.23º | 0.82% | 0.52% | - |
| XYZ | 6.74 | 6.14 | 23.02 | - |
| YUV | 62.84 | 167.59 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 69 | 133 | 0.82 | 0.48 | 0 | 0.48 | 215.23 | 0.69 | 0.31 |
| Hex | 18 | 45 | 85 | 52 | 30 | 0 | 30 | D7 | 45 | 1F |
| Octal | 30 | 105 | 205 | 122 | 60 | 0 | 60 | 327 | 105 | 37 |
| Binary | 11000 | 1000101 | 10000101 | 1010010 | 110000 | 0 | 110000 | 11010111 | 1000101 | 11111 |
Color Harmonies of #184585
Complementary color
Monochromatic Colors of #184585
Black with #184585
Text Example
Text Example
White with #184585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184585; }
p { color: rgb(24,69,133); }
H1.HeaderClassName
{
color: #184585;
}
.AnyTagClassName
{
color: #184585;
}
</style>
background-color css
<style>
a { background-color: #184585; }
a { background-color: rgb(24,69,133); }
div.DivClassName
{
background-color: #184585;
}
.BgClassName
{
background-color: #184585;
}
</style>
border-color css
<style>
span { border-color: #184585; }
span { border-color: rgb(24,69,133); }
td.TdClassName
{
border-color: #184585;
}
.TagClassName
{
border-color: #184585;
}
</style>