Shades of Cerulean #1A7BA0
Tints of Cerulean #1A7BA0
RGB
CMYK
RGB Variations
Color information
#1A7BA0 (or 0x1A7BA0) is known color: Cerulean. HEX triplet: 1A, 7B and A0. RGB value is (26,123,160). Sum of RGB (Red+Green+Blue) = 26+123+160=309 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.41% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 160 (62.89% from 255 or 51.78% from 309); Max value from RGB is 160 - color contains mainly: blue. Hex color #1A7BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7BA0 is #E5845F. Grayscale: #616161. Windows color (decimal): -15041632 or 10517274. OLE color: 10517274.
HSL color Cylindrical-coordinate representation of color #1A7BA0: hue angle of 196.57º 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 #1A7BA0 is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 123 | 160 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.37 |
| HSL | 196.57º | 0.72% | 0.36% | - |
| HSV(B) | 196.57º | 0.84% | 0.63% | - |
| XYZ | 13.85 | 16.92 | 35.79 | - |
| YUV | 98.22 | 162.86 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 123 | 160 | 0.84 | 0.23 | 0 | 0.37 | 196.57 | 0.72 | 0.36 |
| Hex | 1A | 7B | A0 | 54 | 17 | 0 | 25 | C5 | 48 | 24 |
| Octal | 32 | 173 | 240 | 124 | 27 | 0 | 45 | 305 | 110 | 44 |
| Binary | 11010 | 1111011 | 10100000 | 1010100 | 10111 | 0 | 100101 | 11000101 | 1001000 | 100100 |
Color Harmonies of #1A7BA0
Complementary color
Monochromatic Colors of #1A7BA0
Black with #1A7BA0
Text Example
Text Example
White with #1A7BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7BA0; }
p { color: rgb(26,123,160); }
H1.HeaderClassName
{
color: #1A7BA0;
}
.AnyTagClassName
{
color: #1A7BA0;
}
</style>
background-color css
<style>
a { background-color: #1A7BA0; }
a { background-color: rgb(26,123,160); }
div.DivClassName
{
background-color: #1A7BA0;
}
.BgClassName
{
background-color: #1A7BA0;
}
</style>
border-color css
<style>
span { border-color: #1A7BA0; }
span { border-color: rgb(26,123,160); }
td.TdClassName
{
border-color: #1A7BA0;
}
.TagClassName
{
border-color: #1A7BA0;
}
</style>