Shades of Dark Cerulean #104E73
Tints of Dark Cerulean #104E73
RGB
CMYK
RGB Variations
Color information
#104E73 (or 0x104E73) is known color: Dark Cerulean. HEX triplet: 10, 4E and 73. RGB value is (16,78,115). Sum of RGB (Red+Green+Blue) = 16+78+115=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #104E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104E73 is #EFB18C. Grayscale: #3F3F3F. Windows color (decimal): -15708557 or 7556624. OLE color: 7556624.
HSL color Cylindrical-coordinate representation of color #104E73: hue angle of 202.42º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104E73 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 78 | 115 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.55 |
| HSL | 202.42º | 0.76% | 0.26% | - |
| HSV(B) | 202.42º | 0.86% | 0.45% | - |
| XYZ | 6.03 | 6.8 | 17.21 | - |
| YUV | 63.68 | 156.96 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 115 | 0.86 | 0.32 | 0 | 0.55 | 202.42 | 0.76 | 0.26 |
| Hex | 10 | 4E | 73 | 56 | 20 | 0 | 37 | CA | 4C | 1A |
| Octal | 20 | 116 | 163 | 126 | 40 | 0 | 67 | 312 | 114 | 32 |
| Binary | 10000 | 1001110 | 1110011 | 1010110 | 100000 | 0 | 110111 | 11001010 | 1001100 | 11010 |
Color Harmonies of #104E73
Complementary color
Monochromatic Colors of #104E73
Black with #104E73
Text Example
Text Example
White with #104E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E73; }
p { color: rgb(16,78,115); }
H1.HeaderClassName
{
color: #104E73;
}
.AnyTagClassName
{
color: #104E73;
}
</style>
background-color css
<style>
a { background-color: #104E73; }
a { background-color: rgb(16,78,115); }
div.DivClassName
{
background-color: #104E73;
}
.BgClassName
{
background-color: #104E73;
}
</style>
border-color css
<style>
span { border-color: #104E73; }
span { border-color: rgb(16,78,115); }
td.TdClassName
{
border-color: #104E73;
}
.TagClassName
{
border-color: #104E73;
}
</style>