Shades of Cerulean #1B7DAE
Tints of Cerulean #1B7DAE
RGB
CMYK
RGB Variations
Color information
#1B7DAE (or 0x1B7DAE) is known color: Cerulean. HEX triplet: 1B, 7D and AE. RGB value is (27,125,174). Sum of RGB (Red+Green+Blue) = 27+125+174=326 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.28% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B7DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7DAE is #E48251. Grayscale: #646464. Windows color (decimal): -14975570 or 11435291. OLE color: 11435291.
HSL color Cylindrical-coordinate representation of color #1B7DAE: hue angle of 200º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B7DAE is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 125 | 174 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.32 |
| HSL | 200º | 0.73% | 0.39% | - |
| HSV(B) | 200º | 0.84% | 0.68% | - |
| XYZ | 15.43 | 17.96 | 42.7 | - |
| YUV | 101.28 | 169.03 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 125 | 174 | 0.84 | 0.28 | 0 | 0.32 | 200 | 0.73 | 0.39 |
| Hex | 1B | 7D | AE | 54 | 1C | 0 | 20 | C8 | 49 | 27 |
| Octal | 33 | 175 | 256 | 124 | 34 | 0 | 40 | 310 | 111 | 47 |
| Binary | 11011 | 1111101 | 10101110 | 1010100 | 11100 | 0 | 100000 | 11001000 | 1001001 | 100111 |
Color Harmonies of #1B7DAE
Complementary color
Monochromatic Colors of #1B7DAE
Black with #1B7DAE
Text Example
Text Example
White with #1B7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7DAE; }
p { color: rgb(27,125,174); }
H1.HeaderClassName
{
color: #1B7DAE;
}
.AnyTagClassName
{
color: #1B7DAE;
}
</style>
background-color css
<style>
a { background-color: #1B7DAE; }
a { background-color: rgb(27,125,174); }
div.DivClassName
{
background-color: #1B7DAE;
}
.BgClassName
{
background-color: #1B7DAE;
}
</style>
border-color css
<style>
span { border-color: #1B7DAE; }
span { border-color: rgb(27,125,174); }
td.TdClassName
{
border-color: #1B7DAE;
}
.TagClassName
{
border-color: #1B7DAE;
}
</style>