Shades of Dark Cerulean #18468D
Tints of Dark Cerulean #18468D
RGB
CMYK
RGB Variations
Color information
#18468D (or 0x18468D) is known color: Dark Cerulean. HEX triplet: 18, 46 and 8D. RGB value is (24,70,141). Sum of RGB (Red+Green+Blue) = 24+70+141=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #18468D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18468D is #E7B972. Grayscale: #404040. Windows color (decimal): -15186291 or 9258520. OLE color: 9258520.
HSL color Cylindrical-coordinate representation of color #18468D: hue angle of 216.41º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18468D is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 70 | 141 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.45 |
| HSL | 216.41º | 0.71% | 0.32% | - |
| HSV(B) | 216.41º | 0.83% | 0.55% | - |
| XYZ | 7.37 | 6.5 | 26.06 | - |
| YUV | 64.34 | 171.26 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 70 | 141 | 0.83 | 0.50 | 0 | 0.45 | 216.41 | 0.71 | 0.32 |
| Hex | 18 | 46 | 8D | 53 | 32 | 0 | 2D | D8 | 47 | 20 |
| Octal | 30 | 106 | 215 | 123 | 62 | 0 | 55 | 330 | 107 | 40 |
| Binary | 11000 | 1000110 | 10001101 | 1010011 | 110010 | 0 | 101101 | 11011000 | 1000111 | 100000 |
Color Harmonies of #18468D
Complementary color
Monochromatic Colors of #18468D
Black with #18468D
Text Example
Text Example
White with #18468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18468D; }
p { color: rgb(24,70,141); }
H1.HeaderClassName
{
color: #18468D;
}
.AnyTagClassName
{
color: #18468D;
}
</style>
background-color css
<style>
a { background-color: #18468D; }
a { background-color: rgb(24,70,141); }
div.DivClassName
{
background-color: #18468D;
}
.BgClassName
{
background-color: #18468D;
}
</style>
border-color css
<style>
span { border-color: #18468D; }
span { border-color: rgb(24,70,141); }
td.TdClassName
{
border-color: #18468D;
}
.TagClassName
{
border-color: #18468D;
}
</style>