Shades of Cerulean #18749F
Tints of Cerulean #18749F
RGB
CMYK
RGB Variations
Color information
#18749F (or 0x18749F) is known color: Cerulean. HEX triplet: 18, 74 and 9F. RGB value is (24,116,159). Sum of RGB (Red+Green+Blue) = 24+116+159=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #18749F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18749F is #E78B60. Grayscale: #5D5D5D. Windows color (decimal): -15174497 or 10449944. OLE color: 10449944.
HSL color Cylindrical-coordinate representation of color #18749F: hue angle of 199.11º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18749F is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 116 | 159 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.38 |
| HSL | 199.11º | 0.74% | 0.36% | - |
| HSV(B) | 199.11º | 0.85% | 0.62% | - |
| XYZ | 12.88 | 15.19 | 35.05 | - |
| YUV | 93.39 | 165.02 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 159 | 0.85 | 0.27 | 0 | 0.38 | 199.11 | 0.74 | 0.36 |
| Hex | 18 | 74 | 9F | 55 | 1B | 0 | 26 | C7 | 4A | 24 |
| Octal | 30 | 164 | 237 | 125 | 33 | 0 | 46 | 307 | 112 | 44 |
| Binary | 11000 | 1110100 | 10011111 | 1010101 | 11011 | 0 | 100110 | 11000111 | 1001010 | 100100 |
Color Harmonies of #18749F
Complementary color
Monochromatic Colors of #18749F
Black with #18749F
Text Example
Text Example
White with #18749F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18749F; }
p { color: rgb(24,116,159); }
H1.HeaderClassName
{
color: #18749F;
}
.AnyTagClassName
{
color: #18749F;
}
</style>
background-color css
<style>
a { background-color: #18749F; }
a { background-color: rgb(24,116,159); }
div.DivClassName
{
background-color: #18749F;
}
.BgClassName
{
background-color: #18749F;
}
</style>
border-color css
<style>
span { border-color: #18749F; }
span { border-color: rgb(24,116,159); }
td.TdClassName
{
border-color: #18749F;
}
.TagClassName
{
border-color: #18749F;
}
</style>