Shades of Cerulean #1B7CA3
Tints of Cerulean #1B7CA3
RGB
CMYK
RGB Variations
Color information
#1B7CA3 (or 0x1B7CA3) is known color: Cerulean. HEX triplet: 1B, 7C and A3. RGB value is (27,124,163). Sum of RGB (Red+Green+Blue) = 27+124+163=314 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.60% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 163 (64.06% from 255 or 51.91% from 314); Max value from RGB is 163 - color contains mainly: blue. Hex color #1B7CA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7CA3 is #E4835C. Grayscale: #636363. Windows color (decimal): -14975837 or 10714139. OLE color: 10714139.
HSL color Cylindrical-coordinate representation of color #1B7CA3: hue angle of 197.21º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B7CA3 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 124 | 163 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.36 |
| HSL | 197.21º | 0.72% | 0.37% | - |
| HSV(B) | 197.21º | 0.83% | 0.64% | - |
| XYZ | 14.27 | 17.29 | 37.24 | - |
| YUV | 99.44 | 163.86 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 124 | 163 | 0.83 | 0.24 | 0 | 0.36 | 197.21 | 0.72 | 0.37 |
| Hex | 1B | 7C | A3 | 53 | 18 | 0 | 24 | C5 | 48 | 25 |
| Octal | 33 | 174 | 243 | 123 | 30 | 0 | 44 | 305 | 110 | 45 |
| Binary | 11011 | 1111100 | 10100011 | 1010011 | 11000 | 0 | 100100 | 11000101 | 1001000 | 100101 |
Color Harmonies of #1B7CA3
Complementary color
Monochromatic Colors of #1B7CA3
Black with #1B7CA3
Text Example
Text Example
White with #1B7CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7CA3; }
p { color: rgb(27,124,163); }
H1.HeaderClassName
{
color: #1B7CA3;
}
.AnyTagClassName
{
color: #1B7CA3;
}
</style>
background-color css
<style>
a { background-color: #1B7CA3; }
a { background-color: rgb(27,124,163); }
div.DivClassName
{
background-color: #1B7CA3;
}
.BgClassName
{
background-color: #1B7CA3;
}
</style>
border-color css
<style>
span { border-color: #1B7CA3; }
span { border-color: rgb(27,124,163); }
td.TdClassName
{
border-color: #1B7CA3;
}
.TagClassName
{
border-color: #1B7CA3;
}
</style>