Shades of Dark Cerulean #18497A
Tints of Dark Cerulean #18497A
RGB
CMYK
RGB Variations
Color information
#18497A (or 0x18497A) is known color: Dark Cerulean. HEX triplet: 18, 49 and 7A. RGB value is (24,73,122). Sum of RGB (Red+Green+Blue) = 24+73+122=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #18497A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18497A is #E7B685. Grayscale: #3F3F3F. Windows color (decimal): -15185542 or 8014104. OLE color: 8014104.
HSL color Cylindrical-coordinate representation of color #18497A: hue angle of 210º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18497A is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 73 | 122 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.52 |
| HSL | 210º | 0.67% | 0.29% | - |
| HSV(B) | 210º | 0.8% | 0.48% | - |
| XYZ | 6.27 | 6.36 | 19.31 | - |
| YUV | 63.94 | 160.77 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 122 | 0.80 | 0.40 | 0 | 0.52 | 210 | 0.67 | 0.29 |
| Hex | 18 | 49 | 7A | 50 | 28 | 0 | 34 | D2 | 43 | 1D |
| Octal | 30 | 111 | 172 | 120 | 50 | 0 | 64 | 322 | 103 | 35 |
| Binary | 11000 | 1001001 | 1111010 | 1010000 | 101000 | 0 | 110100 | 11010010 | 1000011 | 11101 |
Color Harmonies of #18497A
Complementary color
Monochromatic Colors of #18497A
Black with #18497A
Text Example
Text Example
White with #18497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18497A; }
p { color: rgb(24,73,122); }
H1.HeaderClassName
{
color: #18497A;
}
.AnyTagClassName
{
color: #18497A;
}
</style>
background-color css
<style>
a { background-color: #18497A; }
a { background-color: rgb(24,73,122); }
div.DivClassName
{
background-color: #18497A;
}
.BgClassName
{
background-color: #18497A;
}
</style>
border-color css
<style>
span { border-color: #18497A; }
span { border-color: rgb(24,73,122); }
td.TdClassName
{
border-color: #18497A;
}
.TagClassName
{
border-color: #18497A;
}
</style>