Shades of Cerulean #1A78A1
Tints of Cerulean #1A78A1
RGB
CMYK
RGB Variations
Color information
#1A78A1 (or 0x1A78A1) is known color: Cerulean. HEX triplet: 1A, 78 and A1. RGB value is (26,120,161). Sum of RGB (Red+Green+Blue) = 26+120+161=307 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.47% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 161 (63.28% from 255 or 52.44% from 307); Max value from RGB is 161 - color contains mainly: blue. Hex color #1A78A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A78A1 is #E5875E. Grayscale: #606060. Windows color (decimal): -15042399 or 10582042. OLE color: 10582042.
HSL color Cylindrical-coordinate representation of color #1A78A1: hue angle of 198.22º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A78A1 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 120 | 161 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.37 |
| HSL | 198.22º | 0.72% | 0.37% | - |
| HSV(B) | 198.22º | 0.84% | 0.63% | - |
| XYZ | 13.58 | 16.23 | 36.13 | - |
| YUV | 96.57 | 164.36 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 120 | 161 | 0.84 | 0.25 | 0 | 0.37 | 198.22 | 0.72 | 0.37 |
| Hex | 1A | 78 | A1 | 54 | 19 | 0 | 25 | C6 | 48 | 25 |
| Octal | 32 | 170 | 241 | 124 | 31 | 0 | 45 | 306 | 110 | 45 |
| Binary | 11010 | 1111000 | 10100001 | 1010100 | 11001 | 0 | 100101 | 11000110 | 1001000 | 100101 |
Color Harmonies of #1A78A1
Complementary color
Monochromatic Colors of #1A78A1
Black with #1A78A1
Text Example
Text Example
White with #1A78A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A78A1; }
p { color: rgb(26,120,161); }
H1.HeaderClassName
{
color: #1A78A1;
}
.AnyTagClassName
{
color: #1A78A1;
}
</style>
background-color css
<style>
a { background-color: #1A78A1; }
a { background-color: rgb(26,120,161); }
div.DivClassName
{
background-color: #1A78A1;
}
.BgClassName
{
background-color: #1A78A1;
}
</style>
border-color css
<style>
span { border-color: #1A78A1; }
span { border-color: rgb(26,120,161); }
td.TdClassName
{
border-color: #1A78A1;
}
.TagClassName
{
border-color: #1A78A1;
}
</style>