Shades of Dark Cerulean #184C76
Tints of Dark Cerulean #184C76
RGB
CMYK
RGB Variations
Color information
#184C76 (or 0x184C76) is known color: Dark Cerulean. HEX triplet: 18, 4C and 76. RGB value is (24,76,118). Sum of RGB (Red+Green+Blue) = 24+76+118=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #184C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C76 is #E7B389. Grayscale: #414141. Windows color (decimal): -15184778 or 7752728. OLE color: 7752728.
HSL color Cylindrical-coordinate representation of color #184C76: hue angle of 206.81º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #184C76 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 76 | 118 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.54 |
| HSL | 206.81º | 0.66% | 0.28% | - |
| HSV(B) | 206.81º | 0.8% | 0.46% | - |
| XYZ | 6.23 | 6.67 | 18.1 | - |
| YUV | 65.24 | 157.77 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 76 | 118 | 0.80 | 0.36 | 0 | 0.54 | 206.81 | 0.66 | 0.28 |
| Hex | 18 | 4C | 76 | 50 | 24 | 0 | 36 | CF | 42 | 1C |
| Octal | 30 | 114 | 166 | 120 | 44 | 0 | 66 | 317 | 102 | 34 |
| Binary | 11000 | 1001100 | 1110110 | 1010000 | 100100 | 0 | 110110 | 11001111 | 1000010 | 11100 |
Color Harmonies of #184C76
Complementary color
Monochromatic Colors of #184C76
Black with #184C76
Text Example
Text Example
White with #184C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184C76; }
p { color: rgb(24,76,118); }
H1.HeaderClassName
{
color: #184C76;
}
.AnyTagClassName
{
color: #184C76;
}
</style>
background-color css
<style>
a { background-color: #184C76; }
a { background-color: rgb(24,76,118); }
div.DivClassName
{
background-color: #184C76;
}
.BgClassName
{
background-color: #184C76;
}
</style>
border-color css
<style>
span { border-color: #184C76; }
span { border-color: rgb(24,76,118); }
td.TdClassName
{
border-color: #184C76;
}
.TagClassName
{
border-color: #184C76;
}
</style>