Shades of Cerulean #127AAA
Tints of Cerulean #127AAA
RGB
CMYK
RGB Variations
Color information
#127AAA (or 0x127AAA) is known color: Cerulean. HEX triplet: 12, 7A and AA. RGB value is (18,122,170). Sum of RGB (Red+Green+Blue) = 18+122+170=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #127AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127AAA is #ED8555. Grayscale: #606060. Windows color (decimal): -15566166 or 11172370. OLE color: 11172370.
HSL color Cylindrical-coordinate representation of color #127AAA: hue angle of 198.95º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127AAA is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 122 | 170 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.33 |
| HSL | 198.95º | 0.81% | 0.37% | - |
| HSV(B) | 198.95º | 0.89% | 0.67% | - |
| XYZ | 14.46 | 16.95 | 40.54 | - |
| YUV | 96.38 | 169.54 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 170 | 0.89 | 0.28 | 0 | 0.33 | 198.95 | 0.81 | 0.37 |
| Hex | 12 | 7A | AA | 59 | 1C | 0 | 21 | C7 | 51 | 25 |
| Octal | 22 | 172 | 252 | 131 | 34 | 0 | 41 | 307 | 121 | 45 |
| Binary | 10010 | 1111010 | 10101010 | 1011001 | 11100 | 0 | 100001 | 11000111 | 1010001 | 100101 |
Color Harmonies of #127AAA
Complementary color
Monochromatic Colors of #127AAA
Black with #127AAA
Text Example
Text Example
White with #127AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127AAA; }
p { color: rgb(18,122,170); }
H1.HeaderClassName
{
color: #127AAA;
}
.AnyTagClassName
{
color: #127AAA;
}
</style>
background-color css
<style>
a { background-color: #127AAA; }
a { background-color: rgb(18,122,170); }
div.DivClassName
{
background-color: #127AAA;
}
.BgClassName
{
background-color: #127AAA;
}
</style>
border-color css
<style>
span { border-color: #127AAA; }
span { border-color: rgb(18,122,170); }
td.TdClassName
{
border-color: #127AAA;
}
.TagClassName
{
border-color: #127AAA;
}
</style>