Shades of Cerulean #1A799F
Tints of Cerulean #1A799F
RGB
CMYK
RGB Variations
Color information
#1A799F (or 0x1A799F) is known color: Cerulean. HEX triplet: 1A, 79 and 9F. RGB value is (26,121,159). Sum of RGB (Red+Green+Blue) = 26+121+159=306 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.50% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A799F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A799F is #E58660. Grayscale: #606060. Windows color (decimal): -15042145 or 10451226. OLE color: 10451226.
HSL color Cylindrical-coordinate representation of color #1A799F: hue angle of 197.14º 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 #1A799F is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 121 | 159 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.38 |
| HSL | 197.14º | 0.72% | 0.36% | - |
| HSV(B) | 197.14º | 0.84% | 0.62% | - |
| XYZ | 13.52 | 16.4 | 35.25 | - |
| YUV | 96.93 | 163.03 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 121 | 159 | 0.84 | 0.24 | 0 | 0.38 | 197.14 | 0.72 | 0.36 |
| Hex | 1A | 79 | 9F | 54 | 18 | 0 | 26 | C5 | 48 | 24 |
| Octal | 32 | 171 | 237 | 124 | 30 | 0 | 46 | 305 | 110 | 44 |
| Binary | 11010 | 1111001 | 10011111 | 1010100 | 11000 | 0 | 100110 | 11000101 | 1001000 | 100100 |
Color Harmonies of #1A799F
Complementary color
Monochromatic Colors of #1A799F
Black with #1A799F
Text Example
Text Example
White with #1A799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A799F; }
p { color: rgb(26,121,159); }
H1.HeaderClassName
{
color: #1A799F;
}
.AnyTagClassName
{
color: #1A799F;
}
</style>
background-color css
<style>
a { background-color: #1A799F; }
a { background-color: rgb(26,121,159); }
div.DivClassName
{
background-color: #1A799F;
}
.BgClassName
{
background-color: #1A799F;
}
</style>
border-color css
<style>
span { border-color: #1A799F; }
span { border-color: rgb(26,121,159); }
td.TdClassName
{
border-color: #1A799F;
}
.TagClassName
{
border-color: #1A799F;
}
</style>