Shades of Dark Cerulean #1C4570
Tints of Dark Cerulean #1C4570
RGB
CMYK
RGB Variations
Color information
#1C4570 (or 0x1C4570) is known color: Dark Cerulean. HEX triplet: 1C, 45 and 70. RGB value is (28,69,112). Sum of RGB (Red+Green+Blue) = 28+69+112=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #1C4570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4570 is #E3BA8F. Grayscale: #3D3D3D. Windows color (decimal): -14924432 or 7357724. OLE color: 7357724.
HSL color Cylindrical-coordinate representation of color #1C4570: hue angle of 210.71º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C4570 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 69 | 112 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.56 |
| HSL | 210.71º | 0.6% | 0.27% | - |
| HSV(B) | 210.71º | 0.75% | 0.44% | - |
| XYZ | 5.53 | 5.67 | 16.13 | - |
| YUV | 61.64 | 156.42 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 69 | 112 | 0.75 | 0.38 | 0 | 0.56 | 210.71 | 0.6 | 0.27 |
| Hex | 1C | 45 | 70 | 4B | 26 | 0 | 38 | D3 | 3C | 1B |
| Octal | 34 | 105 | 160 | 113 | 46 | 0 | 70 | 323 | 74 | 33 |
| Binary | 11100 | 1000101 | 1110000 | 1001011 | 100110 | 0 | 111000 | 11010011 | 111100 | 11011 |
Color Harmonies of #1C4570
Complementary color
Monochromatic Colors of #1C4570
Black with #1C4570
Text Example
Text Example
White with #1C4570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4570; }
p { color: rgb(28,69,112); }
H1.HeaderClassName
{
color: #1C4570;
}
.AnyTagClassName
{
color: #1C4570;
}
</style>
background-color css
<style>
a { background-color: #1C4570; }
a { background-color: rgb(28,69,112); }
div.DivClassName
{
background-color: #1C4570;
}
.BgClassName
{
background-color: #1C4570;
}
</style>
border-color css
<style>
span { border-color: #1C4570; }
span { border-color: rgb(28,69,112); }
td.TdClassName
{
border-color: #1C4570;
}
.TagClassName
{
border-color: #1C4570;
}
</style>