Shades of Dark Cerulean #184C7F
Tints of Dark Cerulean #184C7F
RGB
CMYK
RGB Variations
Color information
#184C7F (or 0x184C7F) is known color: Dark Cerulean. HEX triplet: 18, 4C and 7F. RGB value is (24,76,127). Sum of RGB (Red+Green+Blue) = 24+76+127=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #184C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C7F is #E7B380. Grayscale: #424242. Windows color (decimal): -15184769 or 8342552. OLE color: 8342552.
HSL color Cylindrical-coordinate representation of color #184C7F: hue angle of 209.71º 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 #184C7F is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 76 | 127 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.50 |
| HSL | 209.71º | 0.68% | 0.3% | - |
| HSV(B) | 209.71º | 0.81% | 0.5% | - |
| XYZ | 6.79 | 6.9 | 21.05 | - |
| YUV | 66.27 | 162.27 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 76 | 127 | 0.81 | 0.40 | 0 | 0.50 | 209.71 | 0.68 | 0.3 |
| Hex | 18 | 4C | 7F | 51 | 28 | 0 | 32 | D2 | 44 | 1E |
| Octal | 30 | 114 | 177 | 121 | 50 | 0 | 62 | 322 | 104 | 36 |
| Binary | 11000 | 1001100 | 1111111 | 1010001 | 101000 | 0 | 110010 | 11010010 | 1000100 | 11110 |
Color Harmonies of #184C7F
Complementary color
Monochromatic Colors of #184C7F
Black with #184C7F
Text Example
Text Example
White with #184C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184C7F; }
p { color: rgb(24,76,127); }
H1.HeaderClassName
{
color: #184C7F;
}
.AnyTagClassName
{
color: #184C7F;
}
</style>
background-color css
<style>
a { background-color: #184C7F; }
a { background-color: rgb(24,76,127); }
div.DivClassName
{
background-color: #184C7F;
}
.BgClassName
{
background-color: #184C7F;
}
</style>
border-color css
<style>
span { border-color: #184C7F; }
span { border-color: rgb(24,76,127); }
td.TdClassName
{
border-color: #184C7F;
}
.TagClassName
{
border-color: #184C7F;
}
</style>