Shades of Dark Cerulean #184C82
Tints of Dark Cerulean #184C82
RGB
CMYK
RGB Variations
Color information
#184C82 (or 0x184C82) is known color: Dark Cerulean. HEX triplet: 18, 4C and 82. RGB value is (24,76,130). Sum of RGB (Red+Green+Blue) = 24+76+130=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #184C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184C82 is #E7B37D. Grayscale: #424242. Windows color (decimal): -15184766 or 8539160. OLE color: 8539160.
HSL color Cylindrical-coordinate representation of color #184C82: hue angle of 210.57º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #184C82 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 76 | 130 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.49 |
| HSL | 210.57º | 0.69% | 0.3% | - |
| HSV(B) | 210.57º | 0.82% | 0.51% | - |
| XYZ | 6.99 | 6.97 | 22.1 | - |
| YUV | 66.61 | 163.77 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 76 | 130 | 0.82 | 0.42 | 0 | 0.49 | 210.57 | 0.69 | 0.3 |
| Hex | 18 | 4C | 82 | 52 | 2A | 0 | 31 | D3 | 45 | 1E |
| Octal | 30 | 114 | 202 | 122 | 52 | 0 | 61 | 323 | 105 | 36 |
| Binary | 11000 | 1001100 | 10000010 | 1010010 | 101010 | 0 | 110001 | 11010011 | 1000101 | 11110 |
Color Harmonies of #184C82
Complementary color
Monochromatic Colors of #184C82
Black with #184C82
Text Example
Text Example
White with #184C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184C82; }
p { color: rgb(24,76,130); }
H1.HeaderClassName
{
color: #184C82;
}
.AnyTagClassName
{
color: #184C82;
}
</style>
background-color css
<style>
a { background-color: #184C82; }
a { background-color: rgb(24,76,130); }
div.DivClassName
{
background-color: #184C82;
}
.BgClassName
{
background-color: #184C82;
}
</style>
border-color css
<style>
span { border-color: #184C82; }
span { border-color: rgb(24,76,130); }
td.TdClassName
{
border-color: #184C82;
}
.TagClassName
{
border-color: #184C82;
}
</style>