Shades of Cerulean #1B7AAA
Tints of Cerulean #1B7AAA
RGB
CMYK
RGB Variations
Color information
#1B7AAA (or 0x1B7AAA) is known color: Cerulean. HEX triplet: 1B, 7A and AA. RGB value is (27,122,170). Sum of RGB (Red+Green+Blue) = 27+122+170=319 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.46% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B7AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7AAA is #E48555. Grayscale: #626262. Windows color (decimal): -14976342 or 11172379. OLE color: 11172379.
HSL color Cylindrical-coordinate representation of color #1B7AAA: hue angle of 200.14º 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 #1B7AAA is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 122 | 170 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.33 |
| HSL | 200.14º | 0.73% | 0.39% | - |
| HSV(B) | 200.14º | 0.84% | 0.67% | - |
| XYZ | 14.67 | 17.05 | 40.55 | - |
| YUV | 99.07 | 168.03 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 122 | 170 | 0.84 | 0.28 | 0 | 0.33 | 200.14 | 0.73 | 0.39 |
| Hex | 1B | 7A | AA | 54 | 1C | 0 | 21 | C8 | 49 | 27 |
| Octal | 33 | 172 | 252 | 124 | 34 | 0 | 41 | 310 | 111 | 47 |
| Binary | 11011 | 1111010 | 10101010 | 1010100 | 11100 | 0 | 100001 | 11001000 | 1001001 | 100111 |
Color Harmonies of #1B7AAA
Complementary color
Monochromatic Colors of #1B7AAA
Black with #1B7AAA
Text Example
Text Example
White with #1B7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7AAA; }
p { color: rgb(27,122,170); }
H1.HeaderClassName
{
color: #1B7AAA;
}
.AnyTagClassName
{
color: #1B7AAA;
}
</style>
background-color css
<style>
a { background-color: #1B7AAA; }
a { background-color: rgb(27,122,170); }
div.DivClassName
{
background-color: #1B7AAA;
}
.BgClassName
{
background-color: #1B7AAA;
}
</style>
border-color css
<style>
span { border-color: #1B7AAA; }
span { border-color: rgb(27,122,170); }
td.TdClassName
{
border-color: #1B7AAA;
}
.TagClassName
{
border-color: #1B7AAA;
}
</style>