Shades of Dark Cerulean #1C4582
Tints of Dark Cerulean #1C4582
RGB
CMYK
RGB Variations
Color information
#1C4582 (or 0x1C4582) is known color: Dark Cerulean. HEX triplet: 1C, 45 and 82. RGB value is (28,69,130). Sum of RGB (Red+Green+Blue) = 28+69+130=227 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.33% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #1C4582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4582 is #E3BA7D. Grayscale: #3F3F3F. Windows color (decimal): -14924414 or 8537372. OLE color: 8537372.
HSL color Cylindrical-coordinate representation of color #1C4582: hue angle of 215.88º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C4582 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 28 | 69 | 130 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.49 |
| HSL | 215.88º | 0.65% | 0.31% | - |
| HSV(B) | 215.88º | 0.78% | 0.51% | - |
| XYZ | 6.64 | 6.11 | 21.95 | - |
| YUV | 63.7 | 165.42 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 69 | 130 | 0.78 | 0.47 | 0 | 0.49 | 215.88 | 0.65 | 0.31 |
| Hex | 1C | 45 | 82 | 4E | 2F | 0 | 31 | D8 | 41 | 1F |
| Octal | 34 | 105 | 202 | 116 | 57 | 0 | 61 | 330 | 101 | 37 |
| Binary | 11100 | 1000101 | 10000010 | 1001110 | 101111 | 0 | 110001 | 11011000 | 1000001 | 11111 |
Color Harmonies of #1C4582
Complementary color
Monochromatic Colors of #1C4582
Black with #1C4582
Text Example
Text Example
White with #1C4582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4582; }
p { color: rgb(28,69,130); }
H1.HeaderClassName
{
color: #1C4582;
}
.AnyTagClassName
{
color: #1C4582;
}
</style>
background-color css
<style>
a { background-color: #1C4582; }
a { background-color: rgb(28,69,130); }
div.DivClassName
{
background-color: #1C4582;
}
.BgClassName
{
background-color: #1C4582;
}
</style>
border-color css
<style>
span { border-color: #1C4582; }
span { border-color: rgb(28,69,130); }
td.TdClassName
{
border-color: #1C4582;
}
.TagClassName
{
border-color: #1C4582;
}
</style>