Shades of Cerulean #1C7CA4
Tints of Cerulean #1C7CA4
RGB
CMYK
RGB Variations
Color information
#1C7CA4 (or 0x1C7CA4) is known color: Cerulean. HEX triplet: 1C, 7C and A4. RGB value is (28,124,164). Sum of RGB (Red+Green+Blue) = 28+124+164=316 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.86% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 164 (64.45% from 255 or 51.90% from 316); Max value from RGB is 164 - color contains mainly: blue. Hex color #1C7CA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7CA4 is #E3835B. Grayscale: #636363. Windows color (decimal): -14910300 or 10779676. OLE color: 10779676.
HSL color Cylindrical-coordinate representation of color #1C7CA4: hue angle of 197.65º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C7CA4 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 28 | 124 | 164 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.36 |
| HSL | 197.65º | 0.71% | 0.38% | - |
| HSV(B) | 197.65º | 0.83% | 0.64% | - |
| XYZ | 14.39 | 17.34 | 37.71 | - |
| YUV | 99.86 | 164.2 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 124 | 164 | 0.83 | 0.24 | 0 | 0.36 | 197.65 | 0.71 | 0.38 |
| Hex | 1C | 7C | A4 | 53 | 18 | 0 | 24 | C6 | 47 | 26 |
| Octal | 34 | 174 | 244 | 123 | 30 | 0 | 44 | 306 | 107 | 46 |
| Binary | 11100 | 1111100 | 10100100 | 1010011 | 11000 | 0 | 100100 | 11000110 | 1000111 | 100110 |
Color Harmonies of #1C7CA4
Complementary color
Monochromatic Colors of #1C7CA4
Black with #1C7CA4
Text Example
Text Example
White with #1C7CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7CA4; }
p { color: rgb(28,124,164); }
H1.HeaderClassName
{
color: #1C7CA4;
}
.AnyTagClassName
{
color: #1C7CA4;
}
</style>
background-color css
<style>
a { background-color: #1C7CA4; }
a { background-color: rgb(28,124,164); }
div.DivClassName
{
background-color: #1C7CA4;
}
.BgClassName
{
background-color: #1C7CA4;
}
</style>
border-color css
<style>
span { border-color: #1C7CA4; }
span { border-color: rgb(28,124,164); }
td.TdClassName
{
border-color: #1C7CA4;
}
.TagClassName
{
border-color: #1C7CA4;
}
</style>