Shades of Dark Cerulean #1C4081
Tints of Dark Cerulean #1C4081
RGB
CMYK
RGB Variations
Color information
#1C4081 (or 0x1C4081) is known color: Dark Cerulean. HEX triplet: 1C, 40 and 81. RGB value is (28,64,129). Sum of RGB (Red+Green+Blue) = 28+64+129=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 129 (50.78% from 255 or 58.37% from 221); Max value from RGB is 129 - color contains mainly: blue. Hex color #1C4081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4081 is #E3BF7E. Grayscale: #3C3C3C. Windows color (decimal): -14925695 or 8470556. OLE color: 8470556.
HSL color Cylindrical-coordinate representation of color #1C4081: hue angle of 218.61º degrees, saturation: 0.64, 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 #1C4081 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 28 | 64 | 129 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.49 |
| HSL | 218.61º | 0.64% | 0.31% | - |
| HSV(B) | 218.61º | 0.78% | 0.51% | - |
| XYZ | 6.27 | 5.5 | 21.5 | - |
| YUV | 60.65 | 166.57 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 64 | 129 | 0.78 | 0.50 | 0 | 0.49 | 218.61 | 0.64 | 0.31 |
| Hex | 1C | 40 | 81 | 4E | 32 | 0 | 31 | DB | 40 | 1F |
| Octal | 34 | 100 | 201 | 116 | 62 | 0 | 61 | 333 | 100 | 37 |
| Binary | 11100 | 1000000 | 10000001 | 1001110 | 110010 | 0 | 110001 | 11011011 | 1000000 | 11111 |
Color Harmonies of #1C4081
Complementary color
Monochromatic Colors of #1C4081
Black with #1C4081
Text Example
Text Example
White with #1C4081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4081; }
p { color: rgb(28,64,129); }
H1.HeaderClassName
{
color: #1C4081;
}
.AnyTagClassName
{
color: #1C4081;
}
</style>
background-color css
<style>
a { background-color: #1C4081; }
a { background-color: rgb(28,64,129); }
div.DivClassName
{
background-color: #1C4081;
}
.BgClassName
{
background-color: #1C4081;
}
</style>
border-color css
<style>
span { border-color: #1C4081; }
span { border-color: rgb(28,64,129); }
td.TdClassName
{
border-color: #1C4081;
}
.TagClassName
{
border-color: #1C4081;
}
</style>