Shades of Cerulean #1A7E9E
Tints of Cerulean #1A7E9E
RGB
CMYK
RGB Variations
Color information
#1A7E9E (or 0x1A7E9E) is known color: Cerulean. HEX triplet: 1A, 7E and 9E. RGB value is (26,126,158). Sum of RGB (Red+Green+Blue) = 26+126+158=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A7E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7E9E is #E58161. Grayscale: #636363. Windows color (decimal): -15040866 or 10386970. OLE color: 10386970.
HSL color Cylindrical-coordinate representation of color #1A7E9E: hue angle of 194.55º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A7E9E is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 126 | 158 | - |
| CMYK | 0.84 | 0.20 | 0 | 0.38 |
| HSL | 194.55º | 0.72% | 0.36% | - |
| HSV(B) | 194.55º | 0.84% | 0.62% | - |
| XYZ | 14.06 | 17.61 | 35.01 | - |
| YUV | 99.75 | 160.87 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 126 | 158 | 0.84 | 0.20 | 0 | 0.38 | 194.55 | 0.72 | 0.36 |
| Hex | 1A | 7E | 9E | 54 | 14 | 0 | 26 | C3 | 48 | 24 |
| Octal | 32 | 176 | 236 | 124 | 24 | 0 | 46 | 303 | 110 | 44 |
| Binary | 11010 | 1111110 | 10011110 | 1010100 | 10100 | 0 | 100110 | 11000011 | 1001000 | 100100 |
Color Harmonies of #1A7E9E
Complementary color
Monochromatic Colors of #1A7E9E
Black with #1A7E9E
Text Example
Text Example
White with #1A7E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7E9E; }
p { color: rgb(26,126,158); }
H1.HeaderClassName
{
color: #1A7E9E;
}
.AnyTagClassName
{
color: #1A7E9E;
}
</style>
background-color css
<style>
a { background-color: #1A7E9E; }
a { background-color: rgb(26,126,158); }
div.DivClassName
{
background-color: #1A7E9E;
}
.BgClassName
{
background-color: #1A7E9E;
}
</style>
border-color css
<style>
span { border-color: #1A7E9E; }
span { border-color: rgb(26,126,158); }
td.TdClassName
{
border-color: #1A7E9E;
}
.TagClassName
{
border-color: #1A7E9E;
}
</style>