Shades of Dark Cerulean #1C447C
Tints of Dark Cerulean #1C447C
RGB
CMYK
RGB Variations
Color information
#1C447C (or 0x1C447C) is known color: Dark Cerulean. HEX triplet: 1C, 44 and 7C. RGB value is (28,68,124). Sum of RGB (Red+Green+Blue) = 28+68+124=220 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.73% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C447C is #E3BB83. Grayscale: #3E3E3E. Windows color (decimal): -14924676 or 8143900. OLE color: 8143900.
HSL color Cylindrical-coordinate representation of color #1C447C: hue angle of 215º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C447C is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 28 | 68 | 124 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.51 |
| HSL | 215º | 0.63% | 0.3% | - |
| HSV(B) | 215º | 0.77% | 0.49% | - |
| XYZ | 6.18 | 5.84 | 19.87 | - |
| YUV | 62.42 | 162.75 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 68 | 124 | 0.77 | 0.45 | 0 | 0.51 | 215 | 0.63 | 0.3 |
| Hex | 1C | 44 | 7C | 4D | 2D | 0 | 33 | D7 | 3F | 1E |
| Octal | 34 | 104 | 174 | 115 | 55 | 0 | 63 | 327 | 77 | 36 |
| Binary | 11100 | 1000100 | 1111100 | 1001101 | 101101 | 0 | 110011 | 11010111 | 111111 | 11110 |
Color Harmonies of #1C447C
Complementary color
Monochromatic Colors of #1C447C
Black with #1C447C
Text Example
Text Example
White with #1C447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C447C; }
p { color: rgb(28,68,124); }
H1.HeaderClassName
{
color: #1C447C;
}
.AnyTagClassName
{
color: #1C447C;
}
</style>
background-color css
<style>
a { background-color: #1C447C; }
a { background-color: rgb(28,68,124); }
div.DivClassName
{
background-color: #1C447C;
}
.BgClassName
{
background-color: #1C447C;
}
</style>
border-color css
<style>
span { border-color: #1C447C; }
span { border-color: rgb(28,68,124); }
td.TdClassName
{
border-color: #1C447C;
}
.TagClassName
{
border-color: #1C447C;
}
</style>