Shades of Dark Cerulean #1C4488
Tints of Dark Cerulean #1C4488
RGB
CMYK
RGB Variations
Color information
#1C4488 (or 0x1C4488) is known color: Dark Cerulean. HEX triplet: 1C, 44 and 88. RGB value is (28,68,136). Sum of RGB (Red+Green+Blue) = 28+68+136=232 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.07% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 136 (53.52% from 255 or 58.62% from 232); Max value from RGB is 136 - color contains mainly: blue. Hex color #1C4488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4488 is #E3BB77. Grayscale: #3F3F3F. Windows color (decimal): -14924664 or 8930332. OLE color: 8930332.
HSL color Cylindrical-coordinate representation of color #1C4488: hue angle of 217.78º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C4488 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 68 | 136 | - |
| CMYK | 0.79 | 0.50 | 0 | 0.47 |
| HSL | 217.78º | 0.66% | 0.32% | - |
| HSV(B) | 217.78º | 0.79% | 0.53% | - |
| XYZ | 6.99 | 6.16 | 24.11 | - |
| YUV | 63.79 | 168.75 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 68 | 136 | 0.79 | 0.50 | 0 | 0.47 | 217.78 | 0.66 | 0.32 |
| Hex | 1C | 44 | 88 | 4F | 32 | 0 | 2F | DA | 42 | 20 |
| Octal | 34 | 104 | 210 | 117 | 62 | 0 | 57 | 332 | 102 | 40 |
| Binary | 11100 | 1000100 | 10001000 | 1001111 | 110010 | 0 | 101111 | 11011010 | 1000010 | 100000 |
Color Harmonies of #1C4488
Complementary color
Monochromatic Colors of #1C4488
Black with #1C4488
Text Example
Text Example
White with #1C4488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4488; }
p { color: rgb(28,68,136); }
H1.HeaderClassName
{
color: #1C4488;
}
.AnyTagClassName
{
color: #1C4488;
}
</style>
background-color css
<style>
a { background-color: #1C4488; }
a { background-color: rgb(28,68,136); }
div.DivClassName
{
background-color: #1C4488;
}
.BgClassName
{
background-color: #1C4488;
}
</style>
border-color css
<style>
span { border-color: #1C4488; }
span { border-color: rgb(28,68,136); }
td.TdClassName
{
border-color: #1C4488;
}
.TagClassName
{
border-color: #1C4488;
}
</style>