Shades of Dark Cerulean #104E6C
Tints of Dark Cerulean #104E6C
RGB
CMYK
RGB Variations
Color information
#104E6C (or 0x104E6C) is known color: Dark Cerulean. HEX triplet: 10, 4E and 6C. RGB value is (16,78,108). Sum of RGB (Red+Green+Blue) = 16+78+108=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #104E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104E6C is #EFB193. Grayscale: #3E3E3E. Windows color (decimal): -15708564 or 7097872. OLE color: 7097872.
HSL color Cylindrical-coordinate representation of color #104E6C: hue angle of 199.57º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104E6C is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 78 | 108 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.58 |
| HSL | 199.57º | 0.74% | 0.24% | - |
| HSV(B) | 199.57º | 0.85% | 0.42% | - |
| XYZ | 5.64 | 6.64 | 15.17 | - |
| YUV | 62.88 | 153.46 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 108 | 0.85 | 0.28 | 0 | 0.58 | 199.57 | 0.74 | 0.24 |
| Hex | 10 | 4E | 6C | 55 | 1C | 0 | 3A | C8 | 4A | 18 |
| Octal | 20 | 116 | 154 | 125 | 34 | 0 | 72 | 310 | 112 | 30 |
| Binary | 10000 | 1001110 | 1101100 | 1010101 | 11100 | 0 | 111010 | 11001000 | 1001010 | 11000 |
Color Harmonies of #104E6C
Complementary color
Monochromatic Colors of #104E6C
Black with #104E6C
Text Example
Text Example
White with #104E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E6C; }
p { color: rgb(16,78,108); }
H1.HeaderClassName
{
color: #104E6C;
}
.AnyTagClassName
{
color: #104E6C;
}
</style>
background-color css
<style>
a { background-color: #104E6C; }
a { background-color: rgb(16,78,108); }
div.DivClassName
{
background-color: #104E6C;
}
.BgClassName
{
background-color: #104E6C;
}
</style>
border-color css
<style>
span { border-color: #104E6C; }
span { border-color: rgb(16,78,108); }
td.TdClassName
{
border-color: #104E6C;
}
.TagClassName
{
border-color: #104E6C;
}
</style>