Shades of Dark Cerulean #104C85
Tints of Dark Cerulean #104C85
RGB
CMYK
RGB Variations
Color information
#104C85 (or 0x104C85) is known color: Dark Cerulean. HEX triplet: 10, 4C and 85. RGB value is (16,76,133). Sum of RGB (Red+Green+Blue) = 16+76+133=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #104C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104C85 is #EFB37A. Grayscale: #404040. Windows color (decimal): -15709051 or 8735760. OLE color: 8735760.
HSL color Cylindrical-coordinate representation of color #104C85: hue angle of 209.23º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104C85 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 76 | 133 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.48 |
| HSL | 209.23º | 0.79% | 0.29% | - |
| HSV(B) | 209.23º | 0.88% | 0.52% | - |
| XYZ | 7.03 | 6.97 | 23.17 | - |
| YUV | 64.56 | 166.62 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 133 | 0.88 | 0.43 | 0 | 0.48 | 209.23 | 0.79 | 0.29 |
| Hex | 10 | 4C | 85 | 58 | 2B | 0 | 30 | D1 | 4F | 1D |
| Octal | 20 | 114 | 205 | 130 | 53 | 0 | 60 | 321 | 117 | 35 |
| Binary | 10000 | 1001100 | 10000101 | 1011000 | 101011 | 0 | 110000 | 11010001 | 1001111 | 11101 |
Color Harmonies of #104C85
Complementary color
Monochromatic Colors of #104C85
Black with #104C85
Text Example
Text Example
White with #104C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C85; }
p { color: rgb(16,76,133); }
H1.HeaderClassName
{
color: #104C85;
}
.AnyTagClassName
{
color: #104C85;
}
</style>
background-color css
<style>
a { background-color: #104C85; }
a { background-color: rgb(16,76,133); }
div.DivClassName
{
background-color: #104C85;
}
.BgClassName
{
background-color: #104C85;
}
</style>
border-color css
<style>
span { border-color: #104C85; }
span { border-color: rgb(16,76,133); }
td.TdClassName
{
border-color: #104C85;
}
.TagClassName
{
border-color: #104C85;
}
</style>