Shades of Cerulean #1B7AAD
Tints of Cerulean #1B7AAD
RGB
CMYK
RGB Variations
Color information
#1B7AAD (or 0x1B7AAD) is known color: Cerulean. HEX triplet: 1B, 7A and AD. RGB value is (27,122,173). Sum of RGB (Red+Green+Blue) = 27+122+173=322 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.39% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #1B7AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7AAD is #E48552. Grayscale: #636363. Windows color (decimal): -14976339 or 11368987. OLE color: 11368987.
HSL color Cylindrical-coordinate representation of color #1B7AAD: hue angle of 200.96º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B7AAD is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 122 | 173 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.32 |
| HSL | 200.96º | 0.73% | 0.39% | - |
| HSV(B) | 200.96º | 0.84% | 0.68% | - |
| XYZ | 14.95 | 17.17 | 42.06 | - |
| YUV | 99.41 | 169.53 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 122 | 173 | 0.84 | 0.29 | 0 | 0.32 | 200.96 | 0.73 | 0.39 |
| Hex | 1B | 7A | AD | 54 | 1D | 0 | 20 | C9 | 49 | 27 |
| Octal | 33 | 172 | 255 | 124 | 35 | 0 | 40 | 311 | 111 | 47 |
| Binary | 11011 | 1111010 | 10101101 | 1010100 | 11101 | 0 | 100000 | 11001001 | 1001001 | 100111 |
Color Harmonies of #1B7AAD
Complementary color
Monochromatic Colors of #1B7AAD
Black with #1B7AAD
Text Example
Text Example
White with #1B7AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7AAD; }
p { color: rgb(27,122,173); }
H1.HeaderClassName
{
color: #1B7AAD;
}
.AnyTagClassName
{
color: #1B7AAD;
}
</style>
background-color css
<style>
a { background-color: #1B7AAD; }
a { background-color: rgb(27,122,173); }
div.DivClassName
{
background-color: #1B7AAD;
}
.BgClassName
{
background-color: #1B7AAD;
}
</style>
border-color css
<style>
span { border-color: #1B7AAD; }
span { border-color: rgb(27,122,173); }
td.TdClassName
{
border-color: #1B7AAD;
}
.TagClassName
{
border-color: #1B7AAD;
}
</style>