Shades of Dark Cerulean #184C7C
Tints of Dark Cerulean #184C7C
RGB
CMYK
RGB Variations
Color information
#184C7C (or 0x184C7C) is known color: Dark Cerulean. HEX triplet: 18, 4C and 7C. RGB value is (24,76,124). Sum of RGB (Red+Green+Blue) = 24+76+124=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #184C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C7C is #E7B383. Grayscale: #414141. Windows color (decimal): -15184772 or 8145944. OLE color: 8145944.
HSL color Cylindrical-coordinate representation of color #184C7C: hue angle of 208.8º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #184C7C is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 76 | 124 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.51 |
| HSL | 208.8º | 0.68% | 0.29% | - |
| HSV(B) | 208.8º | 0.81% | 0.49% | - |
| XYZ | 6.6 | 6.82 | 20.04 | - |
| YUV | 65.92 | 160.77 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 76 | 124 | 0.81 | 0.39 | 0 | 0.51 | 208.8 | 0.68 | 0.29 |
| Hex | 18 | 4C | 7C | 51 | 27 | 0 | 33 | D1 | 44 | 1D |
| Octal | 30 | 114 | 174 | 121 | 47 | 0 | 63 | 321 | 104 | 35 |
| Binary | 11000 | 1001100 | 1111100 | 1010001 | 100111 | 0 | 110011 | 11010001 | 1000100 | 11101 |
Color Harmonies of #184C7C
Complementary color
Monochromatic Colors of #184C7C
Black with #184C7C
Text Example
Text Example
White with #184C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184C7C; }
p { color: rgb(24,76,124); }
H1.HeaderClassName
{
color: #184C7C;
}
.AnyTagClassName
{
color: #184C7C;
}
</style>
background-color css
<style>
a { background-color: #184C7C; }
a { background-color: rgb(24,76,124); }
div.DivClassName
{
background-color: #184C7C;
}
.BgClassName
{
background-color: #184C7C;
}
</style>
border-color css
<style>
span { border-color: #184C7C; }
span { border-color: rgb(24,76,124); }
td.TdClassName
{
border-color: #184C7C;
}
.TagClassName
{
border-color: #184C7C;
}
</style>