Shades of Dark Cerulean #184B76
Tints of Dark Cerulean #184B76
RGB
CMYK
RGB Variations
Color information
#184B76 (or 0x184B76) is known color: Dark Cerulean. HEX triplet: 18, 4B and 76. RGB value is (24,75,118). Sum of RGB (Red+Green+Blue) = 24+75+118=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #184B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184B76 is #E7B489. Grayscale: #404040. Windows color (decimal): -15185034 or 7752472. OLE color: 7752472.
HSL color Cylindrical-coordinate representation of color #184B76: hue angle of 207.45º 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 #184B76 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 75 | 118 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.54 |
| HSL | 207.45º | 0.66% | 0.28% | - |
| HSV(B) | 207.45º | 0.8% | 0.46% | - |
| XYZ | 6.16 | 6.53 | 18.08 | - |
| YUV | 64.65 | 158.1 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 118 | 0.80 | 0.36 | 0 | 0.54 | 207.45 | 0.66 | 0.28 |
| Hex | 18 | 4B | 76 | 50 | 24 | 0 | 36 | CF | 42 | 1C |
| Octal | 30 | 113 | 166 | 120 | 44 | 0 | 66 | 317 | 102 | 34 |
| Binary | 11000 | 1001011 | 1110110 | 1010000 | 100100 | 0 | 110110 | 11001111 | 1000010 | 11100 |
Color Harmonies of #184B76
Complementary color
Monochromatic Colors of #184B76
Black with #184B76
Text Example
Text Example
White with #184B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184B76; }
p { color: rgb(24,75,118); }
H1.HeaderClassName
{
color: #184B76;
}
.AnyTagClassName
{
color: #184B76;
}
</style>
background-color css
<style>
a { background-color: #184B76; }
a { background-color: rgb(24,75,118); }
div.DivClassName
{
background-color: #184B76;
}
.BgClassName
{
background-color: #184B76;
}
</style>
border-color css
<style>
span { border-color: #184B76; }
span { border-color: rgb(24,75,118); }
td.TdClassName
{
border-color: #184B76;
}
.TagClassName
{
border-color: #184B76;
}
</style>