Shades of Cerulean #18759F
Tints of Cerulean #18759F
RGB
CMYK
RGB Variations
Color information
#18759F (or 0x18759F) is known color: Cerulean. HEX triplet: 18, 75 and 9F. RGB value is (24,117,159). Sum of RGB (Red+Green+Blue) = 24+117+159=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #18759F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18759F is #E78A60. Grayscale: #5D5D5D. Windows color (decimal): -15174241 or 10450200. OLE color: 10450200.
HSL color Cylindrical-coordinate representation of color #18759F: hue angle of 198.67º 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 #18759F is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 117 | 159 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.38 |
| HSL | 198.67º | 0.74% | 0.36% | - |
| HSV(B) | 198.67º | 0.85% | 0.62% | - |
| XYZ | 13 | 15.42 | 35.09 | - |
| YUV | 93.98 | 164.69 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 117 | 159 | 0.85 | 0.26 | 0 | 0.38 | 198.67 | 0.74 | 0.36 |
| Hex | 18 | 75 | 9F | 55 | 1A | 0 | 26 | C7 | 4A | 24 |
| Octal | 30 | 165 | 237 | 125 | 32 | 0 | 46 | 307 | 112 | 44 |
| Binary | 11000 | 1110101 | 10011111 | 1010101 | 11010 | 0 | 100110 | 11000111 | 1001010 | 100100 |
Color Harmonies of #18759F
Complementary color
Monochromatic Colors of #18759F
Black with #18759F
Text Example
Text Example
White with #18759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18759F; }
p { color: rgb(24,117,159); }
H1.HeaderClassName
{
color: #18759F;
}
.AnyTagClassName
{
color: #18759F;
}
</style>
background-color css
<style>
a { background-color: #18759F; }
a { background-color: rgb(24,117,159); }
div.DivClassName
{
background-color: #18759F;
}
.BgClassName
{
background-color: #18759F;
}
</style>
border-color css
<style>
span { border-color: #18759F; }
span { border-color: rgb(24,117,159); }
td.TdClassName
{
border-color: #18759F;
}
.TagClassName
{
border-color: #18759F;
}
</style>