Shades of Dark Cerulean #1C4879
Tints of Dark Cerulean #1C4879
RGB
CMYK
RGB Variations
Color information
#1C4879 (or 0x1C4879) is known color: Dark Cerulean. HEX triplet: 1C, 48 and 79. RGB value is (28,72,121). Sum of RGB (Red+Green+Blue) = 28+72+121=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #1C4879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4879 is #E3B786. Grayscale: #404040. Windows color (decimal): -14923655 or 7948316. OLE color: 7948316.
HSL color Cylindrical-coordinate representation of color #1C4879: hue angle of 211.61º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C4879 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 72 | 121 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.53 |
| HSL | 211.61º | 0.62% | 0.29% | - |
| HSV(B) | 211.61º | 0.77% | 0.47% | - |
| XYZ | 6.25 | 6.26 | 18.97 | - |
| YUV | 64.43 | 159.92 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 72 | 121 | 0.77 | 0.40 | 0 | 0.53 | 211.61 | 0.62 | 0.29 |
| Hex | 1C | 48 | 79 | 4D | 28 | 0 | 35 | D4 | 3E | 1D |
| Octal | 34 | 110 | 171 | 115 | 50 | 0 | 65 | 324 | 76 | 35 |
| Binary | 11100 | 1001000 | 1111001 | 1001101 | 101000 | 0 | 110101 | 11010100 | 111110 | 11101 |
Color Harmonies of #1C4879
Complementary color
Monochromatic Colors of #1C4879
Black with #1C4879
Text Example
Text Example
White with #1C4879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4879; }
p { color: rgb(28,72,121); }
H1.HeaderClassName
{
color: #1C4879;
}
.AnyTagClassName
{
color: #1C4879;
}
</style>
background-color css
<style>
a { background-color: #1C4879; }
a { background-color: rgb(28,72,121); }
div.DivClassName
{
background-color: #1C4879;
}
.BgClassName
{
background-color: #1C4879;
}
</style>
border-color css
<style>
span { border-color: #1C4879; }
span { border-color: rgb(28,72,121); }
td.TdClassName
{
border-color: #1C4879;
}
.TagClassName
{
border-color: #1C4879;
}
</style>