Shades of Cerulean #1178A5
Tints of Cerulean #1178A5
RGB
CMYK
RGB Variations
Color information
#1178A5 (or 0x1178A5) is known color: Cerulean. HEX triplet: 11, 78 and A5. RGB value is (17,120,165). Sum of RGB (Red+Green+Blue) = 17+120+165=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 165 (64.84% from 255 or 54.64% from 302); Max value from RGB is 165 - color contains mainly: blue. Hex color #1178A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1178A5 is #EE875A. Grayscale: #5E5E5E. Windows color (decimal): -15632219 or 10844177. OLE color: 10844177.
HSL color Cylindrical-coordinate representation of color #1178A5: hue angle of 198.24º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1178A5 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 120 | 165 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.35 |
| HSL | 198.24º | 0.81% | 0.36% | - |
| HSV(B) | 198.24º | 0.9% | 0.65% | - |
| XYZ | 13.74 | 16.27 | 38.01 | - |
| YUV | 94.33 | 167.88 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 120 | 165 | 0.90 | 0.27 | 0 | 0.35 | 198.24 | 0.81 | 0.36 |
| Hex | 11 | 78 | A5 | 5A | 1B | 0 | 23 | C6 | 51 | 24 |
| Octal | 21 | 170 | 245 | 132 | 33 | 0 | 43 | 306 | 121 | 44 |
| Binary | 10001 | 1111000 | 10100101 | 1011010 | 11011 | 0 | 100011 | 11000110 | 1010001 | 100100 |
Color Harmonies of #1178A5
Complementary color
Monochromatic Colors of #1178A5
Black with #1178A5
Text Example
Text Example
White with #1178A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1178A5; }
p { color: rgb(17,120,165); }
H1.HeaderClassName
{
color: #1178A5;
}
.AnyTagClassName
{
color: #1178A5;
}
</style>
background-color css
<style>
a { background-color: #1178A5; }
a { background-color: rgb(17,120,165); }
div.DivClassName
{
background-color: #1178A5;
}
.BgClassName
{
background-color: #1178A5;
}
</style>
border-color css
<style>
span { border-color: #1178A5; }
span { border-color: rgb(17,120,165); }
td.TdClassName
{
border-color: #1178A5;
}
.TagClassName
{
border-color: #1178A5;
}
</style>