Shades of Cerulean #116BA4
Tints of Cerulean #116BA4
RGB
CMYK
RGB Variations
Color information
#116BA4 (or 0x116BA4) is known color: Cerulean. HEX triplet: 11, 6B and A4. RGB value is (17,107,164). Sum of RGB (Red+Green+Blue) = 17+107+164=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 164 (64.45% from 255 or 56.94% from 288); Max value from RGB is 164 - color contains mainly: blue. Hex color #116BA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116BA4 is #EE945B. Grayscale: #565656. Windows color (decimal): -15635548 or 10775313. OLE color: 10775313.
HSL color Cylindrical-coordinate representation of color #116BA4: hue angle of 203.27º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #116BA4 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 107 | 164 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.36 |
| HSL | 203.27º | 0.81% | 0.35% | - |
| HSV(B) | 203.27º | 0.9% | 0.64% | - |
| XYZ | 12.19 | 13.31 | 37.05 | - |
| YUV | 86.59 | 171.68 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 164 | 0.90 | 0.35 | 0 | 0.36 | 203.27 | 0.81 | 0.35 |
| Hex | 11 | 6B | A4 | 5A | 23 | 0 | 24 | CB | 51 | 23 |
| Octal | 21 | 153 | 244 | 132 | 43 | 0 | 44 | 313 | 121 | 43 |
| Binary | 10001 | 1101011 | 10100100 | 1011010 | 100011 | 0 | 100100 | 11001011 | 1010001 | 100011 |
Color Harmonies of #116BA4
Complementary color
Monochromatic Colors of #116BA4
Black with #116BA4
Text Example
Text Example
White with #116BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116BA4; }
p { color: rgb(17,107,164); }
H1.HeaderClassName
{
color: #116BA4;
}
.AnyTagClassName
{
color: #116BA4;
}
</style>
background-color css
<style>
a { background-color: #116BA4; }
a { background-color: rgb(17,107,164); }
div.DivClassName
{
background-color: #116BA4;
}
.BgClassName
{
background-color: #116BA4;
}
</style>
border-color css
<style>
span { border-color: #116BA4; }
span { border-color: rgb(17,107,164); }
td.TdClassName
{
border-color: #116BA4;
}
.TagClassName
{
border-color: #116BA4;
}
</style>