Shades of Cerulean #1B7BA0
Tints of Cerulean #1B7BA0
RGB
CMYK
RGB Variations
Color information
#1B7BA0 (or 0x1B7BA0) is known color: Cerulean. HEX triplet: 1B, 7B and A0. RGB value is (27,123,160). Sum of RGB (Red+Green+Blue) = 27+123+160=310 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.71% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 160 (62.89% from 255 or 51.61% from 310); Max value from RGB is 160 - color contains mainly: blue. Hex color #1B7BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7BA0 is #E4845F. Grayscale: #626262. Windows color (decimal): -14976096 or 10517275. OLE color: 10517275.
HSL color Cylindrical-coordinate representation of color #1B7BA0: hue angle of 196.69º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B7BA0 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 27 | 123 | 160 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.37 |
| HSL | 196.69º | 0.71% | 0.37% | - |
| HSV(B) | 196.69º | 0.83% | 0.63% | - |
| XYZ | 13.88 | 16.94 | 35.8 | - |
| YUV | 98.51 | 162.7 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 123 | 160 | 0.83 | 0.23 | 0 | 0.37 | 196.69 | 0.71 | 0.37 |
| Hex | 1B | 7B | A0 | 53 | 17 | 0 | 25 | C5 | 47 | 25 |
| Octal | 33 | 173 | 240 | 123 | 27 | 0 | 45 | 305 | 107 | 45 |
| Binary | 11011 | 1111011 | 10100000 | 1010011 | 10111 | 0 | 100101 | 11000101 | 1000111 | 100101 |
Color Harmonies of #1B7BA0
Complementary color
Monochromatic Colors of #1B7BA0
Black with #1B7BA0
Text Example
Text Example
White with #1B7BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7BA0; }
p { color: rgb(27,123,160); }
H1.HeaderClassName
{
color: #1B7BA0;
}
.AnyTagClassName
{
color: #1B7BA0;
}
</style>
background-color css
<style>
a { background-color: #1B7BA0; }
a { background-color: rgb(27,123,160); }
div.DivClassName
{
background-color: #1B7BA0;
}
.BgClassName
{
background-color: #1B7BA0;
}
</style>
border-color css
<style>
span { border-color: #1B7BA0; }
span { border-color: rgb(27,123,160); }
td.TdClassName
{
border-color: #1B7BA0;
}
.TagClassName
{
border-color: #1B7BA0;
}
</style>