Shades of Cerulean #18759D
Tints of Cerulean #18759D
RGB
CMYK
RGB Variations
Color information
#18759D (or 0x18759D) is known color: Cerulean. HEX triplet: 18, 75 and 9D. RGB value is (24,117,157). Sum of RGB (Red+Green+Blue) = 24+117+157=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #18759D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18759D is #E78A62. Grayscale: #5D5D5D. Windows color (decimal): -15174243 or 10319128. OLE color: 10319128.
HSL color Cylindrical-coordinate representation of color #18759D: hue angle of 198.05º 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 #18759D is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 117 | 157 | - |
| CMYK | 0.85 | 0.25 | 0 | 0.38 |
| HSL | 198.05º | 0.73% | 0.35% | - |
| HSV(B) | 198.05º | 0.85% | 0.62% | - |
| XYZ | 12.82 | 15.35 | 34.19 | - |
| YUV | 93.75 | 163.69 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 117 | 157 | 0.85 | 0.25 | 0 | 0.38 | 198.05 | 0.73 | 0.35 |
| Hex | 18 | 75 | 9D | 55 | 19 | 0 | 26 | C6 | 49 | 23 |
| Octal | 30 | 165 | 235 | 125 | 31 | 0 | 46 | 306 | 111 | 43 |
| Binary | 11000 | 1110101 | 10011101 | 1010101 | 11001 | 0 | 100110 | 11000110 | 1001001 | 100011 |
Color Harmonies of #18759D
Complementary color
Monochromatic Colors of #18759D
Black with #18759D
Text Example
Text Example
White with #18759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18759D; }
p { color: rgb(24,117,157); }
H1.HeaderClassName
{
color: #18759D;
}
.AnyTagClassName
{
color: #18759D;
}
</style>
background-color css
<style>
a { background-color: #18759D; }
a { background-color: rgb(24,117,157); }
div.DivClassName
{
background-color: #18759D;
}
.BgClassName
{
background-color: #18759D;
}
</style>
border-color css
<style>
span { border-color: #18759D; }
span { border-color: rgb(24,117,157); }
td.TdClassName
{
border-color: #18759D;
}
.TagClassName
{
border-color: #18759D;
}
</style>