Shades of Dark Cerulean #184580
Tints of Dark Cerulean #184580
RGB
CMYK
RGB Variations
Color information
#184580 (or 0x184580) is known color: Dark Cerulean. HEX triplet: 18, 45 and 80. RGB value is (24,69,128). Sum of RGB (Red+Green+Blue) = 24+69+128=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 128 (50.39% from 255 or 57.92% from 221); Max value from RGB is 128 - color contains mainly: blue. Hex color #184580 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184580 is #E7BA7F. Grayscale: #3D3D3D. Windows color (decimal): -15186560 or 8406296. OLE color: 8406296.
HSL color Cylindrical-coordinate representation of color #184580: hue angle of 214.04º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #184580 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 69 | 128 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.50 |
| HSL | 214.04º | 0.68% | 0.3% | - |
| HSV(B) | 214.04º | 0.81% | 0.5% | - |
| XYZ | 6.4 | 6.01 | 21.24 | - |
| YUV | 62.27 | 165.09 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 69 | 128 | 0.81 | 0.46 | 0 | 0.50 | 214.04 | 0.68 | 0.3 |
| Hex | 18 | 45 | 80 | 51 | 2E | 0 | 32 | D6 | 44 | 1E |
| Octal | 30 | 105 | 200 | 121 | 56 | 0 | 62 | 326 | 104 | 36 |
| Binary | 11000 | 1000101 | 10000000 | 1010001 | 101110 | 0 | 110010 | 11010110 | 1000100 | 11110 |
Color Harmonies of #184580
Complementary color
Monochromatic Colors of #184580
Black with #184580
Text Example
Text Example
White with #184580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184580; }
p { color: rgb(24,69,128); }
H1.HeaderClassName
{
color: #184580;
}
.AnyTagClassName
{
color: #184580;
}
</style>
background-color css
<style>
a { background-color: #184580; }
a { background-color: rgb(24,69,128); }
div.DivClassName
{
background-color: #184580;
}
.BgClassName
{
background-color: #184580;
}
</style>
border-color css
<style>
span { border-color: #184580; }
span { border-color: rgb(24,69,128); }
td.TdClassName
{
border-color: #184580;
}
.TagClassName
{
border-color: #184580;
}
</style>