Shades of Cerulean #18769F
Tints of Cerulean #18769F
RGB
CMYK
RGB Variations
Color information
#18769F (or 0x18769F) is known color: Cerulean. HEX triplet: 18, 76 and 9F. RGB value is (24,118,159). Sum of RGB (Red+Green+Blue) = 24+118+159=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #18769F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18769F is #E78960. Grayscale: #5E5E5E. Windows color (decimal): -15173985 or 10450456. OLE color: 10450456.
HSL color Cylindrical-coordinate representation of color #18769F: hue angle of 198.22º 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 #18769F is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 118 | 159 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.38 |
| HSL | 198.22º | 0.74% | 0.36% | - |
| HSV(B) | 198.22º | 0.85% | 0.62% | - |
| XYZ | 13.11 | 15.65 | 35.13 | - |
| YUV | 94.57 | 164.36 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 118 | 159 | 0.85 | 0.26 | 0 | 0.38 | 198.22 | 0.74 | 0.36 |
| Hex | 18 | 76 | 9F | 55 | 1A | 0 | 26 | C6 | 4A | 24 |
| Octal | 30 | 166 | 237 | 125 | 32 | 0 | 46 | 306 | 112 | 44 |
| Binary | 11000 | 1110110 | 10011111 | 1010101 | 11010 | 0 | 100110 | 11000110 | 1001010 | 100100 |
Color Harmonies of #18769F
Complementary color
Monochromatic Colors of #18769F
Black with #18769F
Text Example
Text Example
White with #18769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18769F; }
p { color: rgb(24,118,159); }
H1.HeaderClassName
{
color: #18769F;
}
.AnyTagClassName
{
color: #18769F;
}
</style>
background-color css
<style>
a { background-color: #18769F; }
a { background-color: rgb(24,118,159); }
div.DivClassName
{
background-color: #18769F;
}
.BgClassName
{
background-color: #18769F;
}
</style>
border-color css
<style>
span { border-color: #18769F; }
span { border-color: rgb(24,118,159); }
td.TdClassName
{
border-color: #18769F;
}
.TagClassName
{
border-color: #18769F;
}
</style>