Shades of Dark Cerulean #184B75
Tints of Dark Cerulean #184B75
RGB
CMYK
RGB Variations
Color information
#184B75 (or 0x184B75) is known color: Dark Cerulean. HEX triplet: 18, 4B and 75. RGB value is (24,75,117). Sum of RGB (Red+Green+Blue) = 24+75+117=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #184B75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184B75 is #E7B48A. Grayscale: #404040. Windows color (decimal): -15185035 or 7686936. OLE color: 7686936.
HSL color Cylindrical-coordinate representation of color #184B75: hue angle of 207.1º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #184B75 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 75 | 117 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.54 |
| HSL | 207.1º | 0.66% | 0.28% | - |
| HSV(B) | 207.1º | 0.79% | 0.46% | - |
| XYZ | 6.1 | 6.51 | 17.76 | - |
| YUV | 64.54 | 157.6 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 117 | 0.79 | 0.36 | 0 | 0.54 | 207.1 | 0.66 | 0.28 |
| Hex | 18 | 4B | 75 | 4F | 24 | 0 | 36 | CF | 42 | 1C |
| Octal | 30 | 113 | 165 | 117 | 44 | 0 | 66 | 317 | 102 | 34 |
| Binary | 11000 | 1001011 | 1110101 | 1001111 | 100100 | 0 | 110110 | 11001111 | 1000010 | 11100 |
Color Harmonies of #184B75
Complementary color
Monochromatic Colors of #184B75
Black with #184B75
Text Example
Text Example
White with #184B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184B75; }
p { color: rgb(24,75,117); }
H1.HeaderClassName
{
color: #184B75;
}
.AnyTagClassName
{
color: #184B75;
}
</style>
background-color css
<style>
a { background-color: #184B75; }
a { background-color: rgb(24,75,117); }
div.DivClassName
{
background-color: #184B75;
}
.BgClassName
{
background-color: #184B75;
}
</style>
border-color css
<style>
span { border-color: #184B75; }
span { border-color: rgb(24,75,117); }
td.TdClassName
{
border-color: #184B75;
}
.TagClassName
{
border-color: #184B75;
}
</style>