Shades of Cerulean #1B7DAB
Tints of Cerulean #1B7DAB
RGB
CMYK
RGB Variations
Color information
#1B7DAB (or 0x1B7DAB) is known color: Cerulean. HEX triplet: 1B, 7D and AB. RGB value is (27,125,171). Sum of RGB (Red+Green+Blue) = 27+125+171=323 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.36% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B7DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7DAB is #E48254. Grayscale: #646464. Windows color (decimal): -14975573 or 11238683. OLE color: 11238683.
HSL color Cylindrical-coordinate representation of color #1B7DAB: hue angle of 199.17º 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 #1B7DAB is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 125 | 171 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.33 |
| HSL | 199.17º | 0.73% | 0.39% | - |
| HSV(B) | 199.17º | 0.84% | 0.67% | - |
| XYZ | 15.14 | 17.84 | 41.17 | - |
| YUV | 100.94 | 167.53 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 125 | 171 | 0.84 | 0.27 | 0 | 0.33 | 199.17 | 0.73 | 0.39 |
| Hex | 1B | 7D | AB | 54 | 1B | 0 | 21 | C7 | 49 | 27 |
| Octal | 33 | 175 | 253 | 124 | 33 | 0 | 41 | 307 | 111 | 47 |
| Binary | 11011 | 1111101 | 10101011 | 1010100 | 11011 | 0 | 100001 | 11000111 | 1001001 | 100111 |
Color Harmonies of #1B7DAB
Complementary color
Monochromatic Colors of #1B7DAB
Black with #1B7DAB
Text Example
Text Example
White with #1B7DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7DAB; }
p { color: rgb(27,125,171); }
H1.HeaderClassName
{
color: #1B7DAB;
}
.AnyTagClassName
{
color: #1B7DAB;
}
</style>
background-color css
<style>
a { background-color: #1B7DAB; }
a { background-color: rgb(27,125,171); }
div.DivClassName
{
background-color: #1B7DAB;
}
.BgClassName
{
background-color: #1B7DAB;
}
</style>
border-color css
<style>
span { border-color: #1B7DAB; }
span { border-color: rgb(27,125,171); }
td.TdClassName
{
border-color: #1B7DAB;
}
.TagClassName
{
border-color: #1B7DAB;
}
</style>