Shades of Cerulean #1A80B1
Tints of Cerulean #1A80B1
RGB
CMYK
RGB Variations
Color information
#1A80B1 (or 0x1A80B1) is known color: Cerulean. HEX triplet: 1A, 80 and B1. RGB value is (26,128,177). Sum of RGB (Red+Green+Blue) = 26+128+177=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 177 (69.53% from 255 or 53.47% from 331); Max value from RGB is 177 - color contains mainly: blue. Hex color #1A80B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A80B1 is #E57F4E. Grayscale: #666666. Windows color (decimal): -15040335 or 11632666. OLE color: 11632666.
HSL color Cylindrical-coordinate representation of color #1A80B1: hue angle of 199.47º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A80B1 is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 128 | 177 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.31 |
| HSL | 199.47º | 0.74% | 0.4% | - |
| HSV(B) | 199.47º | 0.85% | 0.69% | - |
| XYZ | 16.08 | 18.83 | 44.38 | - |
| YUV | 103.09 | 169.71 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 128 | 177 | 0.85 | 0.28 | 0 | 0.31 | 199.47 | 0.74 | 0.4 |
| Hex | 1A | 80 | B1 | 55 | 1C | 0 | 1F | C7 | 4A | 28 |
| Octal | 32 | 200 | 261 | 125 | 34 | 0 | 37 | 307 | 112 | 50 |
| Binary | 11010 | 10000000 | 10110001 | 1010101 | 11100 | 0 | 11111 | 11000111 | 1001010 | 101000 |
Color Harmonies of #1A80B1
Complementary color
Monochromatic Colors of #1A80B1
Black with #1A80B1
Text Example
Text Example
White with #1A80B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A80B1; }
p { color: rgb(26,128,177); }
H1.HeaderClassName
{
color: #1A80B1;
}
.AnyTagClassName
{
color: #1A80B1;
}
</style>
background-color css
<style>
a { background-color: #1A80B1; }
a { background-color: rgb(26,128,177); }
div.DivClassName
{
background-color: #1A80B1;
}
.BgClassName
{
background-color: #1A80B1;
}
</style>
border-color css
<style>
span { border-color: #1A80B1; }
span { border-color: rgb(26,128,177); }
td.TdClassName
{
border-color: #1A80B1;
}
.TagClassName
{
border-color: #1A80B1;
}
</style>