Shades of Cerulean #1B7CA4
Tints of Cerulean #1B7CA4
RGB
CMYK
RGB Variations
Color information
#1B7CA4 (or 0x1B7CA4) is known color: Cerulean. HEX triplet: 1B, 7C and A4. RGB value is (27,124,164). Sum of RGB (Red+Green+Blue) = 27+124+164=315 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.57% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 164 (64.45% from 255 or 52.06% from 315); Max value from RGB is 164 - color contains mainly: blue. Hex color #1B7CA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7CA4 is #E4835B. Grayscale: #636363. Windows color (decimal): -14975836 or 10779675. OLE color: 10779675.
HSL color Cylindrical-coordinate representation of color #1B7CA4: hue angle of 197.52º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B7CA4 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 124 | 164 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.36 |
| HSL | 197.52º | 0.72% | 0.37% | - |
| HSV(B) | 197.52º | 0.84% | 0.64% | - |
| XYZ | 14.36 | 17.33 | 37.71 | - |
| YUV | 99.56 | 164.36 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 124 | 164 | 0.84 | 0.24 | 0 | 0.36 | 197.52 | 0.72 | 0.37 |
| Hex | 1B | 7C | A4 | 54 | 18 | 0 | 24 | C6 | 48 | 25 |
| Octal | 33 | 174 | 244 | 124 | 30 | 0 | 44 | 306 | 110 | 45 |
| Binary | 11011 | 1111100 | 10100100 | 1010100 | 11000 | 0 | 100100 | 11000110 | 1001000 | 100101 |
Color Harmonies of #1B7CA4
Complementary color
Monochromatic Colors of #1B7CA4
Black with #1B7CA4
Text Example
Text Example
White with #1B7CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7CA4; }
p { color: rgb(27,124,164); }
H1.HeaderClassName
{
color: #1B7CA4;
}
.AnyTagClassName
{
color: #1B7CA4;
}
</style>
background-color css
<style>
a { background-color: #1B7CA4; }
a { background-color: rgb(27,124,164); }
div.DivClassName
{
background-color: #1B7CA4;
}
.BgClassName
{
background-color: #1B7CA4;
}
</style>
border-color css
<style>
span { border-color: #1B7CA4; }
span { border-color: rgb(27,124,164); }
td.TdClassName
{
border-color: #1B7CA4;
}
.TagClassName
{
border-color: #1B7CA4;
}
</style>