Shades of Cerulean #1185B3
Tints of Cerulean #1185B3
RGB
CMYK
RGB Variations
Color information
#1185B3 (or 0x1185B3) is known color: Cerulean. HEX triplet: 11, 85 and B3. RGB value is (17,133,179). Sum of RGB (Red+Green+Blue) = 17+133+179=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 179 (70.31% from 255 or 54.41% from 329); Max value from RGB is 179 - color contains mainly: blue. Hex color #1185B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1185B3 is #EE7A4C. Grayscale: #676767. Windows color (decimal): -15628877 or 11765009. OLE color: 11765009.
HSL color Cylindrical-coordinate representation of color #1185B3: hue angle of 197.04º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1185B3 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 133 | 179 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.30 |
| HSL | 197.04º | 0.83% | 0.38% | - |
| HSV(B) | 197.04º | 0.91% | 0.7% | - |
| XYZ | 16.76 | 20.15 | 45.65 | - |
| YUV | 103.56 | 170.57 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 133 | 179 | 0.91 | 0.26 | 0 | 0.30 | 197.04 | 0.83 | 0.38 |
| Hex | 11 | 85 | B3 | 5B | 1A | 0 | 1E | C5 | 53 | 26 |
| Octal | 21 | 205 | 263 | 133 | 32 | 0 | 36 | 305 | 123 | 46 |
| Binary | 10001 | 10000101 | 10110011 | 1011011 | 11010 | 0 | 11110 | 11000101 | 1010011 | 100110 |
Color Harmonies of #1185B3
Complementary color
Monochromatic Colors of #1185B3
Black with #1185B3
Text Example
Text Example
White with #1185B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1185B3; }
p { color: rgb(17,133,179); }
H1.HeaderClassName
{
color: #1185B3;
}
.AnyTagClassName
{
color: #1185B3;
}
</style>
background-color css
<style>
a { background-color: #1185B3; }
a { background-color: rgb(17,133,179); }
div.DivClassName
{
background-color: #1185B3;
}
.BgClassName
{
background-color: #1185B3;
}
</style>
border-color css
<style>
span { border-color: #1185B3; }
span { border-color: rgb(17,133,179); }
td.TdClassName
{
border-color: #1185B3;
}
.TagClassName
{
border-color: #1185B3;
}
</style>