Shades of Cerulean #1A7DAC
Tints of Cerulean #1A7DAC
RGB
CMYK
RGB Variations
Color information
#1A7DAC (or 0x1A7DAC) is known color: Cerulean. HEX triplet: 1A, 7D and AC. RGB value is (26,125,172). Sum of RGB (Red+Green+Blue) = 26+125+172=323 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.05% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A7DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7DAC is #E58253. Grayscale: #646464. Windows color (decimal): -15041108 or 11304218. OLE color: 11304218.
HSL color Cylindrical-coordinate representation of color #1A7DAC: hue angle of 199.32º 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 #1A7DAC is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 125 | 172 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.33 |
| HSL | 199.32º | 0.74% | 0.39% | - |
| HSV(B) | 199.32º | 0.85% | 0.67% | - |
| XYZ | 15.21 | 17.87 | 41.68 | - |
| YUV | 100.76 | 168.2 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 125 | 172 | 0.85 | 0.27 | 0 | 0.33 | 199.32 | 0.74 | 0.39 |
| Hex | 1A | 7D | AC | 55 | 1B | 0 | 21 | C7 | 4A | 27 |
| Octal | 32 | 175 | 254 | 125 | 33 | 0 | 41 | 307 | 112 | 47 |
| Binary | 11010 | 1111101 | 10101100 | 1010101 | 11011 | 0 | 100001 | 11000111 | 1001010 | 100111 |
Color Harmonies of #1A7DAC
Complementary color
Monochromatic Colors of #1A7DAC
Black with #1A7DAC
Text Example
Text Example
White with #1A7DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7DAC; }
p { color: rgb(26,125,172); }
H1.HeaderClassName
{
color: #1A7DAC;
}
.AnyTagClassName
{
color: #1A7DAC;
}
</style>
background-color css
<style>
a { background-color: #1A7DAC; }
a { background-color: rgb(26,125,172); }
div.DivClassName
{
background-color: #1A7DAC;
}
.BgClassName
{
background-color: #1A7DAC;
}
</style>
border-color css
<style>
span { border-color: #1A7DAC; }
span { border-color: rgb(26,125,172); }
td.TdClassName
{
border-color: #1A7DAC;
}
.TagClassName
{
border-color: #1A7DAC;
}
</style>