Shades of Cerulean #1B7AB0
Tints of Cerulean #1B7AB0
RGB
CMYK
RGB Variations
Color information
#1B7AB0 (or 0x1B7AB0) is known color: Cerulean. HEX triplet: 1B, 7A and B0. RGB value is (27,122,176). Sum of RGB (Red+Green+Blue) = 27+122+176=325 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.31% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 176 (69.14% from 255 or 54.15% from 325); Max value from RGB is 176 - color contains mainly: blue. Hex color #1B7AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7AB0 is #E4854F. Grayscale: #636363. Windows color (decimal): -14976336 or 11565595. OLE color: 11565595.
HSL color Cylindrical-coordinate representation of color #1B7AB0: hue angle of 201.74º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B7AB0 is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 122 | 176 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.31 |
| HSL | 201.75º | 0.73% | 0.4% | - |
| HSV(B) | 201.75º | 0.85% | 0.69% | - |
| XYZ | 15.25 | 17.29 | 43.61 | - |
| YUV | 99.75 | 171.03 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 122 | 176 | 0.85 | 0.31 | 0 | 0.31 | 201.75 | 0.73 | 0.4 |
| Hex | 1B | 7A | B0 | 55 | 1F | 0 | 1F | CA | 49 | 28 |
| Octal | 33 | 172 | 260 | 125 | 37 | 0 | 37 | 312 | 111 | 50 |
| Binary | 11011 | 1111010 | 10110000 | 1010101 | 11111 | 0 | 11111 | 11001010 | 1001001 | 101000 |
Color Harmonies of #1B7AB0
Complementary color
Monochromatic Colors of #1B7AB0
Black with #1B7AB0
Text Example
Text Example
White with #1B7AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7AB0; }
p { color: rgb(27,122,176); }
H1.HeaderClassName
{
color: #1B7AB0;
}
.AnyTagClassName
{
color: #1B7AB0;
}
</style>
background-color css
<style>
a { background-color: #1B7AB0; }
a { background-color: rgb(27,122,176); }
div.DivClassName
{
background-color: #1B7AB0;
}
.BgClassName
{
background-color: #1B7AB0;
}
</style>
border-color css
<style>
span { border-color: #1B7AB0; }
span { border-color: rgb(27,122,176); }
td.TdClassName
{
border-color: #1B7AB0;
}
.TagClassName
{
border-color: #1B7AB0;
}
</style>