Shades of Cerulean #1183AF
Tints of Cerulean #1183AF
RGB
CMYK
RGB Variations
Color information
#1183AF (or 0x1183AF) is known color: Cerulean. HEX triplet: 11, 83 and AF. RGB value is (17,131,175). Sum of RGB (Red+Green+Blue) = 17+131+175=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #1183AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1183AF is #EE7C50. Grayscale: #656565. Windows color (decimal): -15629393 or 11502353. OLE color: 11502353.
HSL color Cylindrical-coordinate representation of color #1183AF: hue angle of 196.71º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1183AF is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 131 | 175 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.31 |
| HSL | 196.71º | 0.82% | 0.38% | - |
| HSV(B) | 196.71º | 0.9% | 0.69% | - |
| XYZ | 16.09 | 19.45 | 43.46 | - |
| YUV | 101.93 | 169.23 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 131 | 175 | 0.90 | 0.25 | 0 | 0.31 | 196.71 | 0.82 | 0.38 |
| Hex | 11 | 83 | AF | 5A | 19 | 0 | 1F | C5 | 52 | 26 |
| Octal | 21 | 203 | 257 | 132 | 31 | 0 | 37 | 305 | 122 | 46 |
| Binary | 10001 | 10000011 | 10101111 | 1011010 | 11001 | 0 | 11111 | 11000101 | 1010010 | 100110 |
Color Harmonies of #1183AF
Complementary color
Monochromatic Colors of #1183AF
Black with #1183AF
Text Example
Text Example
White with #1183AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1183AF; }
p { color: rgb(17,131,175); }
H1.HeaderClassName
{
color: #1183AF;
}
.AnyTagClassName
{
color: #1183AF;
}
</style>
background-color css
<style>
a { background-color: #1183AF; }
a { background-color: rgb(17,131,175); }
div.DivClassName
{
background-color: #1183AF;
}
.BgClassName
{
background-color: #1183AF;
}
</style>
border-color css
<style>
span { border-color: #1183AF; }
span { border-color: rgb(17,131,175); }
td.TdClassName
{
border-color: #1183AF;
}
.TagClassName
{
border-color: #1183AF;
}
</style>