Shades of Dark Cerulean #104F6C
Tints of Dark Cerulean #104F6C
RGB
CMYK
RGB Variations
Color information
#104F6C (or 0x104F6C) is known color: Dark Cerulean. HEX triplet: 10, 4F and 6C. RGB value is (16,79,108). Sum of RGB (Red+Green+Blue) = 16+79+108=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #104F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104F6C is #EFB093. Grayscale: #3F3F3F. Windows color (decimal): -15708308 or 7098128. OLE color: 7098128.
HSL color Cylindrical-coordinate representation of color #104F6C: hue angle of 198.91º 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 #104F6C is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 79 | 108 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.58 |
| HSL | 198.91º | 0.74% | 0.24% | - |
| HSV(B) | 198.91º | 0.85% | 0.42% | - |
| XYZ | 5.72 | 6.78 | 15.2 | - |
| YUV | 63.47 | 153.13 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 108 | 0.85 | 0.27 | 0 | 0.58 | 198.91 | 0.74 | 0.24 |
| Hex | 10 | 4F | 6C | 55 | 1B | 0 | 3A | C7 | 4A | 18 |
| Octal | 20 | 117 | 154 | 125 | 33 | 0 | 72 | 307 | 112 | 30 |
| Binary | 10000 | 1001111 | 1101100 | 1010101 | 11011 | 0 | 111010 | 11000111 | 1001010 | 11000 |
Color Harmonies of #104F6C
Complementary color
Monochromatic Colors of #104F6C
Black with #104F6C
Text Example
Text Example
White with #104F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104F6C; }
p { color: rgb(16,79,108); }
H1.HeaderClassName
{
color: #104F6C;
}
.AnyTagClassName
{
color: #104F6C;
}
</style>
background-color css
<style>
a { background-color: #104F6C; }
a { background-color: rgb(16,79,108); }
div.DivClassName
{
background-color: #104F6C;
}
.BgClassName
{
background-color: #104F6C;
}
</style>
border-color css
<style>
span { border-color: #104F6C; }
span { border-color: rgb(16,79,108); }
td.TdClassName
{
border-color: #104F6C;
}
.TagClassName
{
border-color: #104F6C;
}
</style>