Shades of Cerulean #1B7AAC
Tints of Cerulean #1B7AAC
RGB
CMYK
RGB Variations
Color information
#1B7AAC (or 0x1B7AAC) is known color: Cerulean. HEX triplet: 1B, 7A and AC. RGB value is (27,122,172). Sum of RGB (Red+Green+Blue) = 27+122+172=321 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.41% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B7AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7AAC is #E48553. Grayscale: #626262. Windows color (decimal): -14976340 or 11303451. OLE color: 11303451.
HSL color Cylindrical-coordinate representation of color #1B7AAC: hue angle of 200.69º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B7AAC is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 122 | 172 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.33 |
| HSL | 200.69º | 0.73% | 0.39% | - |
| HSV(B) | 200.69º | 0.84% | 0.67% | - |
| XYZ | 14.86 | 17.13 | 41.55 | - |
| YUV | 99.3 | 169.03 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 122 | 172 | 0.84 | 0.29 | 0 | 0.33 | 200.69 | 0.73 | 0.39 |
| Hex | 1B | 7A | AC | 54 | 1D | 0 | 21 | C9 | 49 | 27 |
| Octal | 33 | 172 | 254 | 124 | 35 | 0 | 41 | 311 | 111 | 47 |
| Binary | 11011 | 1111010 | 10101100 | 1010100 | 11101 | 0 | 100001 | 11001001 | 1001001 | 100111 |
Color Harmonies of #1B7AAC
Complementary color
Monochromatic Colors of #1B7AAC
Black with #1B7AAC
Text Example
Text Example
White with #1B7AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7AAC; }
p { color: rgb(27,122,172); }
H1.HeaderClassName
{
color: #1B7AAC;
}
.AnyTagClassName
{
color: #1B7AAC;
}
</style>
background-color css
<style>
a { background-color: #1B7AAC; }
a { background-color: rgb(27,122,172); }
div.DivClassName
{
background-color: #1B7AAC;
}
.BgClassName
{
background-color: #1B7AAC;
}
</style>
border-color css
<style>
span { border-color: #1B7AAC; }
span { border-color: rgb(27,122,172); }
td.TdClassName
{
border-color: #1B7AAC;
}
.TagClassName
{
border-color: #1B7AAC;
}
</style>