Shades of Cerulean #1A7AAA
Tints of Cerulean #1A7AAA
RGB
CMYK
RGB Variations
Color information
#1A7AAA (or 0x1A7AAA) is known color: Cerulean. HEX triplet: 1A, 7A and AA. RGB value is (26,122,170). Sum of RGB (Red+Green+Blue) = 26+122+170=318 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.18% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A7AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7AAA is #E58555. Grayscale: #626262. Windows color (decimal): -15041878 or 11172378. OLE color: 11172378.
HSL color Cylindrical-coordinate representation of color #1A7AAA: hue angle of 200º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A7AAA is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 122 | 170 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.33 |
| HSL | 200º | 0.73% | 0.38% | - |
| HSV(B) | 200º | 0.85% | 0.67% | - |
| XYZ | 14.64 | 17.04 | 40.55 | - |
| YUV | 98.77 | 168.2 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 122 | 170 | 0.85 | 0.28 | 0 | 0.33 | 200 | 0.73 | 0.38 |
| Hex | 1A | 7A | AA | 55 | 1C | 0 | 21 | C8 | 49 | 26 |
| Octal | 32 | 172 | 252 | 125 | 34 | 0 | 41 | 310 | 111 | 46 |
| Binary | 11010 | 1111010 | 10101010 | 1010101 | 11100 | 0 | 100001 | 11001000 | 1001001 | 100110 |
Color Harmonies of #1A7AAA
Complementary color
Monochromatic Colors of #1A7AAA
Black with #1A7AAA
Text Example
Text Example
White with #1A7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7AAA; }
p { color: rgb(26,122,170); }
H1.HeaderClassName
{
color: #1A7AAA;
}
.AnyTagClassName
{
color: #1A7AAA;
}
</style>
background-color css
<style>
a { background-color: #1A7AAA; }
a { background-color: rgb(26,122,170); }
div.DivClassName
{
background-color: #1A7AAA;
}
.BgClassName
{
background-color: #1A7AAA;
}
</style>
border-color css
<style>
span { border-color: #1A7AAA; }
span { border-color: rgb(26,122,170); }
td.TdClassName
{
border-color: #1A7AAA;
}
.TagClassName
{
border-color: #1A7AAA;
}
</style>