Shades of Dark Cerulean #184A75
Tints of Dark Cerulean #184A75
RGB
CMYK
RGB Variations
Color information
#184A75 (or 0x184A75) is known color: Dark Cerulean. HEX triplet: 18, 4A and 75. RGB value is (24,74,117). Sum of RGB (Red+Green+Blue) = 24+74+117=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #184A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184A75 is #E7B58A. Grayscale: #3F3F3F. Windows color (decimal): -15185291 or 7686680. OLE color: 7686680.
HSL color Cylindrical-coordinate representation of color #184A75: hue angle of 207.74º 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 #184A75 is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 74 | 117 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.54 |
| HSL | 207.74º | 0.66% | 0.28% | - |
| HSV(B) | 207.74º | 0.79% | 0.46% | - |
| XYZ | 6.04 | 6.38 | 17.74 | - |
| YUV | 63.95 | 157.94 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 74 | 117 | 0.79 | 0.37 | 0 | 0.54 | 207.74 | 0.66 | 0.28 |
| Hex | 18 | 4A | 75 | 4F | 25 | 0 | 36 | D0 | 42 | 1C |
| Octal | 30 | 112 | 165 | 117 | 45 | 0 | 66 | 320 | 102 | 34 |
| Binary | 11000 | 1001010 | 1110101 | 1001111 | 100101 | 0 | 110110 | 11010000 | 1000010 | 11100 |
Color Harmonies of #184A75
Complementary color
Monochromatic Colors of #184A75
Black with #184A75
Text Example
Text Example
White with #184A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184A75; }
p { color: rgb(24,74,117); }
H1.HeaderClassName
{
color: #184A75;
}
.AnyTagClassName
{
color: #184A75;
}
</style>
background-color css
<style>
a { background-color: #184A75; }
a { background-color: rgb(24,74,117); }
div.DivClassName
{
background-color: #184A75;
}
.BgClassName
{
background-color: #184A75;
}
</style>
border-color css
<style>
span { border-color: #184A75; }
span { border-color: rgb(24,74,117); }
td.TdClassName
{
border-color: #184A75;
}
.TagClassName
{
border-color: #184A75;
}
</style>