Shades of Dark Cerulean #104C71
Tints of Dark Cerulean #104C71
RGB
CMYK
RGB Variations
Color information
#104C71 (or 0x104C71) is known color: Dark Cerulean. HEX triplet: 10, 4C and 71. RGB value is (16,76,113). Sum of RGB (Red+Green+Blue) = 16+76+113=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #104C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C71 is #EFB38E. Grayscale: #3E3E3E. Windows color (decimal): -15709071 or 7425040. OLE color: 7425040.
HSL color Cylindrical-coordinate representation of color #104C71: hue angle of 202.89º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104C71 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 76 | 113 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.56 |
| HSL | 202.89º | 0.75% | 0.25% | - |
| HSV(B) | 202.89º | 0.86% | 0.44% | - |
| XYZ | 5.78 | 6.47 | 16.57 | - |
| YUV | 62.28 | 156.62 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 113 | 0.86 | 0.33 | 0 | 0.56 | 202.89 | 0.75 | 0.25 |
| Hex | 10 | 4C | 71 | 56 | 21 | 0 | 38 | CB | 4B | 19 |
| Octal | 20 | 114 | 161 | 126 | 41 | 0 | 70 | 313 | 113 | 31 |
| Binary | 10000 | 1001100 | 1110001 | 1010110 | 100001 | 0 | 111000 | 11001011 | 1001011 | 11001 |
Color Harmonies of #104C71
Complementary color
Monochromatic Colors of #104C71
Black with #104C71
Text Example
Text Example
White with #104C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C71; }
p { color: rgb(16,76,113); }
H1.HeaderClassName
{
color: #104C71;
}
.AnyTagClassName
{
color: #104C71;
}
</style>
background-color css
<style>
a { background-color: #104C71; }
a { background-color: rgb(16,76,113); }
div.DivClassName
{
background-color: #104C71;
}
.BgClassName
{
background-color: #104C71;
}
</style>
border-color css
<style>
span { border-color: #104C71; }
span { border-color: rgb(16,76,113); }
td.TdClassName
{
border-color: #104C71;
}
.TagClassName
{
border-color: #104C71;
}
</style>