Shades of Cerulean #1A82AC
Tints of Cerulean #1A82AC
RGB
CMYK
RGB Variations
Color information
#1A82AC (or 0x1A82AC) is known color: Cerulean. HEX triplet: 1A, 82 and AC. RGB value is (26,130,172). Sum of RGB (Red+Green+Blue) = 26+130+172=328 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.93% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A82AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A82AC is #E57D53. Grayscale: #676767. Windows color (decimal): -15039828 or 11305498. OLE color: 11305498.
HSL color Cylindrical-coordinate representation of color #1A82AC: hue angle of 197.26º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A82AC is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 130 | 172 | - |
| CMYK | 0.85 | 0.24 | 0 | 0.33 |
| HSL | 197.26º | 0.74% | 0.39% | - |
| HSV(B) | 197.26º | 0.85% | 0.67% | - |
| XYZ | 15.86 | 19.16 | 41.89 | - |
| YUV | 103.69 | 166.54 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 130 | 172 | 0.85 | 0.24 | 0 | 0.33 | 197.26 | 0.74 | 0.39 |
| Hex | 1A | 82 | AC | 55 | 18 | 0 | 21 | C5 | 4A | 27 |
| Octal | 32 | 202 | 254 | 125 | 30 | 0 | 41 | 305 | 112 | 47 |
| Binary | 11010 | 10000010 | 10101100 | 1010101 | 11000 | 0 | 100001 | 11000101 | 1001010 | 100111 |
Color Harmonies of #1A82AC
Complementary color
Monochromatic Colors of #1A82AC
Black with #1A82AC
Text Example
Text Example
White with #1A82AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A82AC; }
p { color: rgb(26,130,172); }
H1.HeaderClassName
{
color: #1A82AC;
}
.AnyTagClassName
{
color: #1A82AC;
}
</style>
background-color css
<style>
a { background-color: #1A82AC; }
a { background-color: rgb(26,130,172); }
div.DivClassName
{
background-color: #1A82AC;
}
.BgClassName
{
background-color: #1A82AC;
}
</style>
border-color css
<style>
span { border-color: #1A82AC; }
span { border-color: rgb(26,130,172); }
td.TdClassName
{
border-color: #1A82AC;
}
.TagClassName
{
border-color: #1A82AC;
}
</style>