Shades of Cerulean #18799D
Tints of Cerulean #18799D
RGB
CMYK
RGB Variations
Color information
#18799D (or 0x18799D) is known color: Cerulean. HEX triplet: 18, 79 and 9D. RGB value is (24,121,157). Sum of RGB (Red+Green+Blue) = 24+121+157=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #18799D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18799D is #E78662. Grayscale: #5F5F5F. Windows color (decimal): -15173219 or 10320152. OLE color: 10320152.
HSL color Cylindrical-coordinate representation of color #18799D: hue angle of 196.24º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18799D is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 121 | 157 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.38 |
| HSL | 196.24º | 0.73% | 0.35% | - |
| HSV(B) | 196.24º | 0.85% | 0.62% | - |
| XYZ | 13.3 | 16.3 | 34.34 | - |
| YUV | 96.1 | 162.36 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 121 | 157 | 0.85 | 0.23 | 0 | 0.38 | 196.24 | 0.73 | 0.35 |
| Hex | 18 | 79 | 9D | 55 | 17 | 0 | 26 | C4 | 49 | 23 |
| Octal | 30 | 171 | 235 | 125 | 27 | 0 | 46 | 304 | 111 | 43 |
| Binary | 11000 | 1111001 | 10011101 | 1010101 | 10111 | 0 | 100110 | 11000100 | 1001001 | 100011 |
Color Harmonies of #18799D
Complementary color
Monochromatic Colors of #18799D
Black with #18799D
Text Example
Text Example
White with #18799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18799D; }
p { color: rgb(24,121,157); }
H1.HeaderClassName
{
color: #18799D;
}
.AnyTagClassName
{
color: #18799D;
}
</style>
background-color css
<style>
a { background-color: #18799D; }
a { background-color: rgb(24,121,157); }
div.DivClassName
{
background-color: #18799D;
}
.BgClassName
{
background-color: #18799D;
}
</style>
border-color css
<style>
span { border-color: #18799D; }
span { border-color: rgb(24,121,157); }
td.TdClassName
{
border-color: #18799D;
}
.TagClassName
{
border-color: #18799D;
}
</style>