Shades of Dark Cerulean #104C6D
Tints of Dark Cerulean #104C6D
RGB
CMYK
RGB Variations
Color information
#104C6D (or 0x104C6D) is known color: Dark Cerulean. HEX triplet: 10, 4C and 6D. RGB value is (16,76,109). Sum of RGB (Red+Green+Blue) = 16+76+109=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #104C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C6D is #EFB392. Grayscale: #3D3D3D. Windows color (decimal): -15709075 or 7162896. OLE color: 7162896.
HSL color Cylindrical-coordinate representation of color #104C6D: hue angle of 201.29º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104C6D is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 76 | 109 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.57 |
| HSL | 201.29º | 0.74% | 0.25% | - |
| HSV(B) | 201.29º | 0.85% | 0.43% | - |
| XYZ | 5.56 | 6.38 | 15.41 | - |
| YUV | 61.82 | 154.62 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 109 | 0.85 | 0.30 | 0 | 0.57 | 201.29 | 0.74 | 0.25 |
| Hex | 10 | 4C | 6D | 55 | 1E | 0 | 39 | C9 | 4A | 19 |
| Octal | 20 | 114 | 155 | 125 | 36 | 0 | 71 | 311 | 112 | 31 |
| Binary | 10000 | 1001100 | 1101101 | 1010101 | 11110 | 0 | 111001 | 11001001 | 1001010 | 11001 |
Color Harmonies of #104C6D
Complementary color
Monochromatic Colors of #104C6D
Black with #104C6D
Text Example
Text Example
White with #104C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C6D; }
p { color: rgb(16,76,109); }
H1.HeaderClassName
{
color: #104C6D;
}
.AnyTagClassName
{
color: #104C6D;
}
</style>
background-color css
<style>
a { background-color: #104C6D; }
a { background-color: rgb(16,76,109); }
div.DivClassName
{
background-color: #104C6D;
}
.BgClassName
{
background-color: #104C6D;
}
</style>
border-color css
<style>
span { border-color: #104C6D; }
span { border-color: rgb(16,76,109); }
td.TdClassName
{
border-color: #104C6D;
}
.TagClassName
{
border-color: #104C6D;
}
</style>