Shades of Dark Cerulean #18497D
Tints of Dark Cerulean #18497D
RGB
CMYK
RGB Variations
Color information
#18497D (or 0x18497D) is known color: Dark Cerulean. HEX triplet: 18, 49 and 7D. RGB value is (24,73,125). Sum of RGB (Red+Green+Blue) = 24+73+125=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #18497D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18497D is #E7B682. Grayscale: #404040. Windows color (decimal): -15185539 or 8210712. OLE color: 8210712.
HSL color Cylindrical-coordinate representation of color #18497D: hue angle of 210.89º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18497D is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 73 | 125 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.51 |
| HSL | 210.89º | 0.68% | 0.29% | - |
| HSV(B) | 210.89º | 0.81% | 0.49% | - |
| XYZ | 6.46 | 6.44 | 20.3 | - |
| YUV | 64.28 | 162.27 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 125 | 0.81 | 0.42 | 0 | 0.51 | 210.89 | 0.68 | 0.29 |
| Hex | 18 | 49 | 7D | 51 | 2A | 0 | 33 | D3 | 44 | 1D |
| Octal | 30 | 111 | 175 | 121 | 52 | 0 | 63 | 323 | 104 | 35 |
| Binary | 11000 | 1001001 | 1111101 | 1010001 | 101010 | 0 | 110011 | 11010011 | 1000100 | 11101 |
Color Harmonies of #18497D
Complementary color
Monochromatic Colors of #18497D
Black with #18497D
Text Example
Text Example
White with #18497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18497D; }
p { color: rgb(24,73,125); }
H1.HeaderClassName
{
color: #18497D;
}
.AnyTagClassName
{
color: #18497D;
}
</style>
background-color css
<style>
a { background-color: #18497D; }
a { background-color: rgb(24,73,125); }
div.DivClassName
{
background-color: #18497D;
}
.BgClassName
{
background-color: #18497D;
}
</style>
border-color css
<style>
span { border-color: #18497D; }
span { border-color: rgb(24,73,125); }
td.TdClassName
{
border-color: #18497D;
}
.TagClassName
{
border-color: #18497D;
}
</style>