Shades of Dark Cerulean #18468C
Tints of Dark Cerulean #18468C
RGB
CMYK
RGB Variations
Color information
#18468C (or 0x18468C) is known color: Dark Cerulean. HEX triplet: 18, 46 and 8C. RGB value is (24,70,140). Sum of RGB (Red+Green+Blue) = 24+70+140=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #18468C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18468C is #E7B973. Grayscale: #3F3F3F. Windows color (decimal): -15186292 or 9192984. OLE color: 9192984.
HSL color Cylindrical-coordinate representation of color #18468C: hue angle of 216.21º 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 #18468C is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 70 | 140 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.45 |
| HSL | 216.21º | 0.71% | 0.32% | - |
| HSV(B) | 216.21º | 0.83% | 0.55% | - |
| XYZ | 7.3 | 6.47 | 25.67 | - |
| YUV | 64.23 | 170.76 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 70 | 140 | 0.83 | 0.50 | 0 | 0.45 | 216.21 | 0.71 | 0.32 |
| Hex | 18 | 46 | 8C | 53 | 32 | 0 | 2D | D8 | 47 | 20 |
| Octal | 30 | 106 | 214 | 123 | 62 | 0 | 55 | 330 | 107 | 40 |
| Binary | 11000 | 1000110 | 10001100 | 1010011 | 110010 | 0 | 101101 | 11011000 | 1000111 | 100000 |
Color Harmonies of #18468C
Complementary color
Monochromatic Colors of #18468C
Black with #18468C
Text Example
Text Example
White with #18468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18468C; }
p { color: rgb(24,70,140); }
H1.HeaderClassName
{
color: #18468C;
}
.AnyTagClassName
{
color: #18468C;
}
</style>
background-color css
<style>
a { background-color: #18468C; }
a { background-color: rgb(24,70,140); }
div.DivClassName
{
background-color: #18468C;
}
.BgClassName
{
background-color: #18468C;
}
</style>
border-color css
<style>
span { border-color: #18468C; }
span { border-color: rgb(24,70,140); }
td.TdClassName
{
border-color: #18468C;
}
.TagClassName
{
border-color: #18468C;
}
</style>