Shades of Dark Cerulean #1C4777
Tints of Dark Cerulean #1C4777
RGB
CMYK
RGB Variations
Color information
#1C4777 (or 0x1C4777) is known color: Dark Cerulean. HEX triplet: 1C, 47 and 77. RGB value is (28,71,119). Sum of RGB (Red+Green+Blue) = 28+71+119=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #1C4777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4777 is #E3B888. Grayscale: #3F3F3F. Windows color (decimal): -14923913 or 7816988. OLE color: 7816988.
HSL color Cylindrical-coordinate representation of color #1C4777: hue angle of 211.65º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C4777 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 71 | 119 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.53 |
| HSL | 211.65º | 0.62% | 0.29% | - |
| HSV(B) | 211.65º | 0.76% | 0.47% | - |
| XYZ | 6.06 | 6.09 | 18.31 | - |
| YUV | 63.62 | 159.25 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 71 | 119 | 0.76 | 0.40 | 0 | 0.53 | 211.65 | 0.62 | 0.29 |
| Hex | 1C | 47 | 77 | 4C | 28 | 0 | 35 | D4 | 3E | 1D |
| Octal | 34 | 107 | 167 | 114 | 50 | 0 | 65 | 324 | 76 | 35 |
| Binary | 11100 | 1000111 | 1110111 | 1001100 | 101000 | 0 | 110101 | 11010100 | 111110 | 11101 |
Color Harmonies of #1C4777
Complementary color
Monochromatic Colors of #1C4777
Black with #1C4777
Text Example
Text Example
White with #1C4777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4777; }
p { color: rgb(28,71,119); }
H1.HeaderClassName
{
color: #1C4777;
}
.AnyTagClassName
{
color: #1C4777;
}
</style>
background-color css
<style>
a { background-color: #1C4777; }
a { background-color: rgb(28,71,119); }
div.DivClassName
{
background-color: #1C4777;
}
.BgClassName
{
background-color: #1C4777;
}
</style>
border-color css
<style>
span { border-color: #1C4777; }
span { border-color: rgb(28,71,119); }
td.TdClassName
{
border-color: #1C4777;
}
.TagClassName
{
border-color: #1C4777;
}
</style>