Shades of Cerulean #1B7CAC
Tints of Cerulean #1B7CAC
RGB
CMYK
RGB Variations
Color information
#1B7CAC (or 0x1B7CAC) is known color: Cerulean. HEX triplet: 1B, 7C and AC. RGB value is (27,124,172). Sum of RGB (Red+Green+Blue) = 27+124+172=323 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.36% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B7CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7CAC is #E48353. Grayscale: #646464. Windows color (decimal): -14975828 or 11303963. OLE color: 11303963.
HSL color Cylindrical-coordinate representation of color #1B7CAC: hue angle of 199.86º 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 #1B7CAC is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 124 | 172 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.33 |
| HSL | 199.86º | 0.73% | 0.39% | - |
| HSV(B) | 199.86º | 0.84% | 0.67% | - |
| XYZ | 15.11 | 17.63 | 41.64 | - |
| YUV | 100.47 | 168.36 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 124 | 172 | 0.84 | 0.28 | 0 | 0.33 | 199.86 | 0.73 | 0.39 |
| Hex | 1B | 7C | AC | 54 | 1C | 0 | 21 | C8 | 49 | 27 |
| Octal | 33 | 174 | 254 | 124 | 34 | 0 | 41 | 310 | 111 | 47 |
| Binary | 11011 | 1111100 | 10101100 | 1010100 | 11100 | 0 | 100001 | 11001000 | 1001001 | 100111 |
Color Harmonies of #1B7CAC
Complementary color
Monochromatic Colors of #1B7CAC
Black with #1B7CAC
Text Example
Text Example
White with #1B7CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7CAC; }
p { color: rgb(27,124,172); }
H1.HeaderClassName
{
color: #1B7CAC;
}
.AnyTagClassName
{
color: #1B7CAC;
}
</style>
background-color css
<style>
a { background-color: #1B7CAC; }
a { background-color: rgb(27,124,172); }
div.DivClassName
{
background-color: #1B7CAC;
}
.BgClassName
{
background-color: #1B7CAC;
}
</style>
border-color css
<style>
span { border-color: #1B7CAC; }
span { border-color: rgb(27,124,172); }
td.TdClassName
{
border-color: #1B7CAC;
}
.TagClassName
{
border-color: #1B7CAC;
}
</style>