Shades of Cerulean #1B7FAC
Tints of Cerulean #1B7FAC
RGB
CMYK
RGB Variations
Color information
#1B7FAC (or 0x1B7FAC) is known color: Cerulean. HEX triplet: 1B, 7F and AC. RGB value is (27,127,172). Sum of RGB (Red+Green+Blue) = 27+127+172=326 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.28% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B7FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7FAC is #E48053. Grayscale: #656565. Windows color (decimal): -14975060 or 11304731. OLE color: 11304731.
HSL color Cylindrical-coordinate representation of color #1B7FAC: hue angle of 198.62º 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 #1B7FAC is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 127 | 172 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.33 |
| HSL | 198.62º | 0.73% | 0.39% | - |
| HSV(B) | 198.62º | 0.84% | 0.67% | - |
| XYZ | 15.49 | 18.39 | 41.76 | - |
| YUV | 102.23 | 167.37 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 127 | 172 | 0.84 | 0.26 | 0 | 0.33 | 198.62 | 0.73 | 0.39 |
| Hex | 1B | 7F | AC | 54 | 1A | 0 | 21 | C7 | 49 | 27 |
| Octal | 33 | 177 | 254 | 124 | 32 | 0 | 41 | 307 | 111 | 47 |
| Binary | 11011 | 1111111 | 10101100 | 1010100 | 11010 | 0 | 100001 | 11000111 | 1001001 | 100111 |
Color Harmonies of #1B7FAC
Complementary color
Monochromatic Colors of #1B7FAC
Black with #1B7FAC
Text Example
Text Example
White with #1B7FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7FAC; }
p { color: rgb(27,127,172); }
H1.HeaderClassName
{
color: #1B7FAC;
}
.AnyTagClassName
{
color: #1B7FAC;
}
</style>
background-color css
<style>
a { background-color: #1B7FAC; }
a { background-color: rgb(27,127,172); }
div.DivClassName
{
background-color: #1B7FAC;
}
.BgClassName
{
background-color: #1B7FAC;
}
</style>
border-color css
<style>
span { border-color: #1B7FAC; }
span { border-color: rgb(27,127,172); }
td.TdClassName
{
border-color: #1B7FAC;
}
.TagClassName
{
border-color: #1B7FAC;
}
</style>