Shades of Dark Cerulean #1C4270
Tints of Dark Cerulean #1C4270
RGB
CMYK
RGB Variations
Color information
#1C4270 (or 0x1C4270) is known color: Dark Cerulean. HEX triplet: 1C, 42 and 70. RGB value is (28,66,112). Sum of RGB (Red+Green+Blue) = 28+66+112=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #1C4270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4270 is #E3BD8F. Grayscale: #3B3B3B. Windows color (decimal): -14925200 or 7356956. OLE color: 7356956.
HSL color Cylindrical-coordinate representation of color #1C4270: hue angle of 212.86º 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 #1C4270 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 66 | 112 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.56 |
| HSL | 212.86º | 0.6% | 0.27% | - |
| HSV(B) | 212.86º | 0.75% | 0.44% | - |
| XYZ | 5.35 | 5.31 | 16.07 | - |
| YUV | 59.88 | 157.41 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 66 | 112 | 0.75 | 0.41 | 0 | 0.56 | 212.86 | 0.6 | 0.27 |
| Hex | 1C | 42 | 70 | 4B | 29 | 0 | 38 | D5 | 3C | 1B |
| Octal | 34 | 102 | 160 | 113 | 51 | 0 | 70 | 325 | 74 | 33 |
| Binary | 11100 | 1000010 | 1110000 | 1001011 | 101001 | 0 | 111000 | 11010101 | 111100 | 11011 |
Color Harmonies of #1C4270
Complementary color
Monochromatic Colors of #1C4270
Black with #1C4270
Text Example
Text Example
White with #1C4270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4270; }
p { color: rgb(28,66,112); }
H1.HeaderClassName
{
color: #1C4270;
}
.AnyTagClassName
{
color: #1C4270;
}
</style>
background-color css
<style>
a { background-color: #1C4270; }
a { background-color: rgb(28,66,112); }
div.DivClassName
{
background-color: #1C4270;
}
.BgClassName
{
background-color: #1C4270;
}
</style>
border-color css
<style>
span { border-color: #1C4270; }
span { border-color: rgb(28,66,112); }
td.TdClassName
{
border-color: #1C4270;
}
.TagClassName
{
border-color: #1C4270;
}
</style>