Shades of Dark Cerulean #104A85
Tints of Dark Cerulean #104A85
RGB
CMYK
RGB Variations
Color information
#104A85 (or 0x104A85) is known color: Dark Cerulean. HEX triplet: 10, 4A and 85. RGB value is (16,74,133). Sum of RGB (Red+Green+Blue) = 16+74+133=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #104A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104A85 is #EFB57A. Grayscale: #3F3F3F. Windows color (decimal): -15709563 or 8735248. OLE color: 8735248.
HSL color Cylindrical-coordinate representation of color #104A85: hue angle of 210.26º 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 #104A85 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 74 | 133 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.48 |
| HSL | 210.26º | 0.79% | 0.29% | - |
| HSV(B) | 210.26º | 0.88% | 0.52% | - |
| XYZ | 6.9 | 6.7 | 23.12 | - |
| YUV | 63.38 | 167.28 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 133 | 0.88 | 0.44 | 0 | 0.48 | 210.26 | 0.79 | 0.29 |
| Hex | 10 | 4A | 85 | 58 | 2C | 0 | 30 | D2 | 4F | 1D |
| Octal | 20 | 112 | 205 | 130 | 54 | 0 | 60 | 322 | 117 | 35 |
| Binary | 10000 | 1001010 | 10000101 | 1011000 | 101100 | 0 | 110000 | 11010010 | 1001111 | 11101 |
Color Harmonies of #104A85
Complementary color
Monochromatic Colors of #104A85
Black with #104A85
Text Example
Text Example
White with #104A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104A85; }
p { color: rgb(16,74,133); }
H1.HeaderClassName
{
color: #104A85;
}
.AnyTagClassName
{
color: #104A85;
}
</style>
background-color css
<style>
a { background-color: #104A85; }
a { background-color: rgb(16,74,133); }
div.DivClassName
{
background-color: #104A85;
}
.BgClassName
{
background-color: #104A85;
}
</style>
border-color css
<style>
span { border-color: #104A85; }
span { border-color: rgb(16,74,133); }
td.TdClassName
{
border-color: #104A85;
}
.TagClassName
{
border-color: #104A85;
}
</style>