Shades of Cerulean #1A7D9C
Tints of Cerulean #1A7D9C
RGB
CMYK
RGB Variations
Color information
#1A7D9C (or 0x1A7D9C) is known color: Cerulean. HEX triplet: 1A, 7D and 9C. RGB value is (26,125,156). Sum of RGB (Red+Green+Blue) = 26+125+156=307 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.47% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #1A7D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7D9C is #E58263. Grayscale: #626262. Windows color (decimal): -15041124 or 10255642. OLE color: 10255642.
HSL color Cylindrical-coordinate representation of color #1A7D9C: hue angle of 194.31º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A7D9C is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 26 | 125 | 156 | - |
| CMYK | 0.83 | 0.20 | 0 | 0.39 |
| HSL | 194.31º | 0.71% | 0.36% | - |
| HSV(B) | 194.31º | 0.83% | 0.61% | - |
| XYZ | 13.76 | 17.29 | 34.06 | - |
| YUV | 98.93 | 160.2 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 125 | 156 | 0.83 | 0.20 | 0 | 0.39 | 194.31 | 0.71 | 0.36 |
| Hex | 1A | 7D | 9C | 53 | 14 | 0 | 27 | C2 | 47 | 24 |
| Octal | 32 | 175 | 234 | 123 | 24 | 0 | 47 | 302 | 107 | 44 |
| Binary | 11010 | 1111101 | 10011100 | 1010011 | 10100 | 0 | 100111 | 11000010 | 1000111 | 100100 |
Color Harmonies of #1A7D9C
Complementary color
Monochromatic Colors of #1A7D9C
Black with #1A7D9C
Text Example
Text Example
White with #1A7D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7D9C; }
p { color: rgb(26,125,156); }
H1.HeaderClassName
{
color: #1A7D9C;
}
.AnyTagClassName
{
color: #1A7D9C;
}
</style>
background-color css
<style>
a { background-color: #1A7D9C; }
a { background-color: rgb(26,125,156); }
div.DivClassName
{
background-color: #1A7D9C;
}
.BgClassName
{
background-color: #1A7D9C;
}
</style>
border-color css
<style>
span { border-color: #1A7D9C; }
span { border-color: rgb(26,125,156); }
td.TdClassName
{
border-color: #1A7D9C;
}
.TagClassName
{
border-color: #1A7D9C;
}
</style>