Shades of Cerulean #117AB3
Tints of Cerulean #117AB3
RGB
CMYK
RGB Variations
Color information
#117AB3 (or 0x117AB3) is known color: Cerulean. HEX triplet: 11, 7A and B3. RGB value is (17,122,179). Sum of RGB (Red+Green+Blue) = 17+122+179=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 179 (70.31% from 255 or 56.29% from 318); Max value from RGB is 179 - color contains mainly: blue. Hex color #117AB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117AB3 is #EE854C. Grayscale: #606060. Windows color (decimal): -15631693 or 11762193. OLE color: 11762193.
HSL color Cylindrical-coordinate representation of color #117AB3: hue angle of 201.11º 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 #117AB3 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 122 | 179 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.30 |
| HSL | 201.11º | 0.83% | 0.38% | - |
| HSV(B) | 201.11º | 0.91% | 0.7% | - |
| XYZ | 15.33 | 17.29 | 45.18 | - |
| YUV | 97.1 | 174.21 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 179 | 0.91 | 0.32 | 0 | 0.30 | 201.11 | 0.83 | 0.38 |
| Hex | 11 | 7A | B3 | 5B | 20 | 0 | 1E | C9 | 53 | 26 |
| Octal | 21 | 172 | 263 | 133 | 40 | 0 | 36 | 311 | 123 | 46 |
| Binary | 10001 | 1111010 | 10110011 | 1011011 | 100000 | 0 | 11110 | 11001001 | 1010011 | 100110 |
Color Harmonies of #117AB3
Complementary color
Monochromatic Colors of #117AB3
Black with #117AB3
Text Example
Text Example
White with #117AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117AB3; }
p { color: rgb(17,122,179); }
H1.HeaderClassName
{
color: #117AB3;
}
.AnyTagClassName
{
color: #117AB3;
}
</style>
background-color css
<style>
a { background-color: #117AB3; }
a { background-color: rgb(17,122,179); }
div.DivClassName
{
background-color: #117AB3;
}
.BgClassName
{
background-color: #117AB3;
}
</style>
border-color css
<style>
span { border-color: #117AB3; }
span { border-color: rgb(17,122,179); }
td.TdClassName
{
border-color: #117AB3;
}
.TagClassName
{
border-color: #117AB3;
}
</style>