Shades of Cerulean #1183AB
Tints of Cerulean #1183AB
RGB
CMYK
RGB Variations
Color information
#1183AB (or 0x1183AB) is known color: Cerulean. HEX triplet: 11, 83 and AB. RGB value is (17,131,171). Sum of RGB (Red+Green+Blue) = 17+131+171=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #1183AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1183AB is #EE7C54. Grayscale: #656565. Windows color (decimal): -15629397 or 11240209. OLE color: 11240209.
HSL color Cylindrical-coordinate representation of color #1183AB: hue angle of 195.58º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1183AB is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 131 | 171 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.33 |
| HSL | 195.58º | 0.82% | 0.37% | - |
| HSV(B) | 195.58º | 0.9% | 0.67% | - |
| XYZ | 15.7 | 19.29 | 41.42 | - |
| YUV | 101.47 | 167.23 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 131 | 171 | 0.90 | 0.23 | 0 | 0.33 | 195.58 | 0.82 | 0.37 |
| Hex | 11 | 83 | AB | 5A | 17 | 0 | 21 | C4 | 52 | 25 |
| Octal | 21 | 203 | 253 | 132 | 27 | 0 | 41 | 304 | 122 | 45 |
| Binary | 10001 | 10000011 | 10101011 | 1011010 | 10111 | 0 | 100001 | 11000100 | 1010010 | 100101 |
Color Harmonies of #1183AB
Complementary color
Monochromatic Colors of #1183AB
Black with #1183AB
Text Example
Text Example
White with #1183AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1183AB; }
p { color: rgb(17,131,171); }
H1.HeaderClassName
{
color: #1183AB;
}
.AnyTagClassName
{
color: #1183AB;
}
</style>
background-color css
<style>
a { background-color: #1183AB; }
a { background-color: rgb(17,131,171); }
div.DivClassName
{
background-color: #1183AB;
}
.BgClassName
{
background-color: #1183AB;
}
</style>
border-color css
<style>
span { border-color: #1183AB; }
span { border-color: rgb(17,131,171); }
td.TdClassName
{
border-color: #1183AB;
}
.TagClassName
{
border-color: #1183AB;
}
</style>