Shades of Cerulean #1A7CA0
Tints of Cerulean #1A7CA0
RGB
CMYK
RGB Variations
Color information
#1A7CA0 (or 0x1A7CA0) is known color: Cerulean. HEX triplet: 1A, 7C and A0. RGB value is (26,124,160). Sum of RGB (Red+Green+Blue) = 26+124+160=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 160 (62.89% from 255 or 51.61% from 310); Max value from RGB is 160 - color contains mainly: blue. Hex color #1A7CA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7CA0 is #E5835F. Grayscale: #626262. Windows color (decimal): -15041376 or 10517530. OLE color: 10517530.
HSL color Cylindrical-coordinate representation of color #1A7CA0: hue angle of 196.12º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A7CA0 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 124 | 160 | - |
| CMYK | 0.84 | 0.22 | 0 | 0.37 |
| HSL | 196.12º | 0.72% | 0.36% | - |
| HSV(B) | 196.12º | 0.84% | 0.63% | - |
| XYZ | 13.98 | 17.17 | 35.84 | - |
| YUV | 98.8 | 162.53 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 124 | 160 | 0.84 | 0.22 | 0 | 0.37 | 196.12 | 0.72 | 0.36 |
| Hex | 1A | 7C | A0 | 54 | 16 | 0 | 25 | C4 | 48 | 24 |
| Octal | 32 | 174 | 240 | 124 | 26 | 0 | 45 | 304 | 110 | 44 |
| Binary | 11010 | 1111100 | 10100000 | 1010100 | 10110 | 0 | 100101 | 11000100 | 1001000 | 100100 |
Color Harmonies of #1A7CA0
Complementary color
Monochromatic Colors of #1A7CA0
Black with #1A7CA0
Text Example
Text Example
White with #1A7CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7CA0; }
p { color: rgb(26,124,160); }
H1.HeaderClassName
{
color: #1A7CA0;
}
.AnyTagClassName
{
color: #1A7CA0;
}
</style>
background-color css
<style>
a { background-color: #1A7CA0; }
a { background-color: rgb(26,124,160); }
div.DivClassName
{
background-color: #1A7CA0;
}
.BgClassName
{
background-color: #1A7CA0;
}
</style>
border-color css
<style>
span { border-color: #1A7CA0; }
span { border-color: rgb(26,124,160); }
td.TdClassName
{
border-color: #1A7CA0;
}
.TagClassName
{
border-color: #1A7CA0;
}
</style>