Shades of Dark Cerulean #1C477F
Tints of Dark Cerulean #1C477F
RGB
CMYK
RGB Variations
Color information
#1C477F (or 0x1C477F) is known color: Dark Cerulean. HEX triplet: 1C, 47 and 7F. RGB value is (28,71,127). Sum of RGB (Red+Green+Blue) = 28+71+127=226 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.39% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #1C477F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C477F is #E3B880. Grayscale: #404040. Windows color (decimal): -14923905 or 8341276. OLE color: 8341276.
HSL color Cylindrical-coordinate representation of color #1C477F: hue angle of 213.94º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C477F is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 28 | 71 | 127 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.50 |
| HSL | 213.94º | 0.64% | 0.3% | - |
| HSV(B) | 213.94º | 0.78% | 0.5% | - |
| XYZ | 6.56 | 6.29 | 20.95 | - |
| YUV | 64.53 | 163.25 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 71 | 127 | 0.78 | 0.44 | 0 | 0.50 | 213.94 | 0.64 | 0.3 |
| Hex | 1C | 47 | 7F | 4E | 2C | 0 | 32 | D6 | 40 | 1E |
| Octal | 34 | 107 | 177 | 116 | 54 | 0 | 62 | 326 | 100 | 36 |
| Binary | 11100 | 1000111 | 1111111 | 1001110 | 101100 | 0 | 110010 | 11010110 | 1000000 | 11110 |
Color Harmonies of #1C477F
Complementary color
Monochromatic Colors of #1C477F
Black with #1C477F
Text Example
Text Example
White with #1C477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C477F; }
p { color: rgb(28,71,127); }
H1.HeaderClassName
{
color: #1C477F;
}
.AnyTagClassName
{
color: #1C477F;
}
</style>
background-color css
<style>
a { background-color: #1C477F; }
a { background-color: rgb(28,71,127); }
div.DivClassName
{
background-color: #1C477F;
}
.BgClassName
{
background-color: #1C477F;
}
</style>
border-color css
<style>
span { border-color: #1C477F; }
span { border-color: rgb(28,71,127); }
td.TdClassName
{
border-color: #1C477F;
}
.TagClassName
{
border-color: #1C477F;
}
</style>