Shades of Dark Cerulean #1C4875
Tints of Dark Cerulean #1C4875
RGB
CMYK
RGB Variations
Color information
#1C4875 (or 0x1C4875) is known color: Dark Cerulean. HEX triplet: 1C, 48 and 75. RGB value is (28,72,117). Sum of RGB (Red+Green+Blue) = 28+72+117=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #1C4875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4875 is #E3B78A. Grayscale: #3F3F3F. Windows color (decimal): -14923659 or 7686172. OLE color: 7686172.
HSL color Cylindrical-coordinate representation of color #1C4875: hue angle of 210.34º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C4875 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 72 | 117 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.54 |
| HSL | 210.34º | 0.61% | 0.28% | - |
| HSV(B) | 210.34º | 0.76% | 0.46% | - |
| XYZ | 6.01 | 6.17 | 17.7 | - |
| YUV | 63.97 | 157.92 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 72 | 117 | 0.76 | 0.38 | 0 | 0.54 | 210.34 | 0.61 | 0.28 |
| Hex | 1C | 48 | 75 | 4C | 26 | 0 | 36 | D2 | 3D | 1C |
| Octal | 34 | 110 | 165 | 114 | 46 | 0 | 66 | 322 | 75 | 34 |
| Binary | 11100 | 1001000 | 1110101 | 1001100 | 100110 | 0 | 110110 | 11010010 | 111101 | 11100 |
Color Harmonies of #1C4875
Complementary color
Monochromatic Colors of #1C4875
Black with #1C4875
Text Example
Text Example
White with #1C4875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4875; }
p { color: rgb(28,72,117); }
H1.HeaderClassName
{
color: #1C4875;
}
.AnyTagClassName
{
color: #1C4875;
}
</style>
background-color css
<style>
a { background-color: #1C4875; }
a { background-color: rgb(28,72,117); }
div.DivClassName
{
background-color: #1C4875;
}
.BgClassName
{
background-color: #1C4875;
}
</style>
border-color css
<style>
span { border-color: #1C4875; }
span { border-color: rgb(28,72,117); }
td.TdClassName
{
border-color: #1C4875;
}
.TagClassName
{
border-color: #1C4875;
}
</style>