Shades of Dark Cerulean #184075
Tints of Dark Cerulean #184075
RGB
CMYK
RGB Variations
Color information
#184075 (or 0x184075) is known color: Dark Cerulean. HEX triplet: 18, 40 and 75. RGB value is (24,64,117). Sum of RGB (Red+Green+Blue) = 24+64+117=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #184075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184075 is #E7BF8A. Grayscale: #393939. Windows color (decimal): -15187851 or 7684120. OLE color: 7684120.
HSL color Cylindrical-coordinate representation of color #184075: hue angle of 214.19º 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 #184075 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 64 | 117 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.54 |
| HSL | 214.19º | 0.66% | 0.28% | - |
| HSV(B) | 214.19º | 0.79% | 0.46% | - |
| XYZ | 5.42 | 5.15 | 17.54 | - |
| YUV | 58.08 | 161.25 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 117 | 0.79 | 0.45 | 0 | 0.54 | 214.19 | 0.66 | 0.28 |
| Hex | 18 | 40 | 75 | 4F | 2D | 0 | 36 | D6 | 42 | 1C |
| Octal | 30 | 100 | 165 | 117 | 55 | 0 | 66 | 326 | 102 | 34 |
| Binary | 11000 | 1000000 | 1110101 | 1001111 | 101101 | 0 | 110110 | 11010110 | 1000010 | 11100 |
Color Harmonies of #184075
Complementary color
Monochromatic Colors of #184075
Black with #184075
Text Example
Text Example
White with #184075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184075; }
p { color: rgb(24,64,117); }
H1.HeaderClassName
{
color: #184075;
}
.AnyTagClassName
{
color: #184075;
}
</style>
background-color css
<style>
a { background-color: #184075; }
a { background-color: rgb(24,64,117); }
div.DivClassName
{
background-color: #184075;
}
.BgClassName
{
background-color: #184075;
}
</style>
border-color css
<style>
span { border-color: #184075; }
span { border-color: rgb(24,64,117); }
td.TdClassName
{
border-color: #184075;
}
.TagClassName
{
border-color: #184075;
}
</style>