Shades of Dark Cerulean #184B77
Tints of Dark Cerulean #184B77
RGB
CMYK
RGB Variations
Color information
#184B77 (or 0x184B77) is known color: Dark Cerulean. HEX triplet: 18, 4B and 77. RGB value is (24,75,119). Sum of RGB (Red+Green+Blue) = 24+75+119=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #184B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184B77 is #E7B488. Grayscale: #404040. Windows color (decimal): -15185033 or 7818008. OLE color: 7818008.
HSL color Cylindrical-coordinate representation of color #184B77: hue angle of 207.79º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #184B77 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 75 | 119 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.53 |
| HSL | 207.79º | 0.66% | 0.28% | - |
| HSV(B) | 207.79º | 0.8% | 0.47% | - |
| XYZ | 6.22 | 6.56 | 18.39 | - |
| YUV | 64.77 | 158.6 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 119 | 0.80 | 0.37 | 0 | 0.53 | 207.79 | 0.66 | 0.28 |
| Hex | 18 | 4B | 77 | 50 | 25 | 0 | 35 | D0 | 42 | 1C |
| Octal | 30 | 113 | 167 | 120 | 45 | 0 | 65 | 320 | 102 | 34 |
| Binary | 11000 | 1001011 | 1110111 | 1010000 | 100101 | 0 | 110101 | 11010000 | 1000010 | 11100 |
Color Harmonies of #184B77
Complementary color
Monochromatic Colors of #184B77
Black with #184B77
Text Example
Text Example
White with #184B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184B77; }
p { color: rgb(24,75,119); }
H1.HeaderClassName
{
color: #184B77;
}
.AnyTagClassName
{
color: #184B77;
}
</style>
background-color css
<style>
a { background-color: #184B77; }
a { background-color: rgb(24,75,119); }
div.DivClassName
{
background-color: #184B77;
}
.BgClassName
{
background-color: #184B77;
}
</style>
border-color css
<style>
span { border-color: #184B77; }
span { border-color: rgb(24,75,119); }
td.TdClassName
{
border-color: #184B77;
}
.TagClassName
{
border-color: #184B77;
}
</style>