Shades of Cerulean #1A7DAB
Tints of Cerulean #1A7DAB
RGB
CMYK
RGB Variations
Color information
#1A7DAB (or 0x1A7DAB) is known color: Cerulean. HEX triplet: 1A, 7D and AB. RGB value is (26,125,171). Sum of RGB (Red+Green+Blue) = 26+125+171=322 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.07% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A7DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7DAB is #E58254. Grayscale: #646464. Windows color (decimal): -15041109 or 11238682. OLE color: 11238682.
HSL color Cylindrical-coordinate representation of color #1A7DAB: hue angle of 199.03º 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 #1A7DAB is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 125 | 171 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.33 |
| HSL | 199.03º | 0.74% | 0.39% | - |
| HSV(B) | 199.03º | 0.85% | 0.67% | - |
| XYZ | 15.11 | 17.83 | 41.17 | - |
| YUV | 100.64 | 167.7 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 125 | 171 | 0.85 | 0.27 | 0 | 0.33 | 199.03 | 0.74 | 0.39 |
| Hex | 1A | 7D | AB | 55 | 1B | 0 | 21 | C7 | 4A | 27 |
| Octal | 32 | 175 | 253 | 125 | 33 | 0 | 41 | 307 | 112 | 47 |
| Binary | 11010 | 1111101 | 10101011 | 1010101 | 11011 | 0 | 100001 | 11000111 | 1001010 | 100111 |
Color Harmonies of #1A7DAB
Complementary color
Monochromatic Colors of #1A7DAB
Black with #1A7DAB
Text Example
Text Example
White with #1A7DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7DAB; }
p { color: rgb(26,125,171); }
H1.HeaderClassName
{
color: #1A7DAB;
}
.AnyTagClassName
{
color: #1A7DAB;
}
</style>
background-color css
<style>
a { background-color: #1A7DAB; }
a { background-color: rgb(26,125,171); }
div.DivClassName
{
background-color: #1A7DAB;
}
.BgClassName
{
background-color: #1A7DAB;
}
</style>
border-color css
<style>
span { border-color: #1A7DAB; }
span { border-color: rgb(26,125,171); }
td.TdClassName
{
border-color: #1A7DAB;
}
.TagClassName
{
border-color: #1A7DAB;
}
</style>