Shades of Cerulean #1176AF
Tints of Cerulean #1176AF
RGB
CMYK
RGB Variations
Color information
#1176AF (or 0x1176AF) is known color: Cerulean. HEX triplet: 11, 76 and AF. RGB value is (17,118,175). Sum of RGB (Red+Green+Blue) = 17+118+175=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #1176AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1176AF is #EE8950. Grayscale: #5D5D5D. Windows color (decimal): -15632721 or 11499025. OLE color: 11499025.
HSL color Cylindrical-coordinate representation of color #1176AF: hue angle of 201.65º 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 #1176AF is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 118 | 175 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.31 |
| HSL | 201.65º | 0.82% | 0.38% | - |
| HSV(B) | 201.65º | 0.9% | 0.69% | - |
| XYZ | 14.45 | 16.17 | 42.92 | - |
| YUV | 94.3 | 173.54 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 175 | 0.90 | 0.33 | 0 | 0.31 | 201.65 | 0.82 | 0.38 |
| Hex | 11 | 76 | AF | 5A | 21 | 0 | 1F | CA | 52 | 26 |
| Octal | 21 | 166 | 257 | 132 | 41 | 0 | 37 | 312 | 122 | 46 |
| Binary | 10001 | 1110110 | 10101111 | 1011010 | 100001 | 0 | 11111 | 11001010 | 1010010 | 100110 |
Color Harmonies of #1176AF
Complementary color
Monochromatic Colors of #1176AF
Black with #1176AF
Text Example
Text Example
White with #1176AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1176AF; }
p { color: rgb(17,118,175); }
H1.HeaderClassName
{
color: #1176AF;
}
.AnyTagClassName
{
color: #1176AF;
}
</style>
background-color css
<style>
a { background-color: #1176AF; }
a { background-color: rgb(17,118,175); }
div.DivClassName
{
background-color: #1176AF;
}
.BgClassName
{
background-color: #1176AF;
}
</style>
border-color css
<style>
span { border-color: #1176AF; }
span { border-color: rgb(17,118,175); }
td.TdClassName
{
border-color: #1176AF;
}
.TagClassName
{
border-color: #1176AF;
}
</style>