Shades of Dark Cerulean #104185
Tints of Dark Cerulean #104185
RGB
CMYK
RGB Variations
Color information
#104185 (or 0x104185) is known color: Dark Cerulean. HEX triplet: 10, 41 and 85. RGB value is (16,65,133). Sum of RGB (Red+Green+Blue) = 16+65+133=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #104185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104185 is #EFBE7A. Grayscale: #393939. Windows color (decimal): -15711867 or 8732944. OLE color: 8732944.
HSL color Cylindrical-coordinate representation of color #104185: hue angle of 214.87º 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 #104185 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 65 | 133 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.48 |
| HSL | 214.87º | 0.79% | 0.29% | - |
| HSV(B) | 214.87º | 0.88% | 0.52% | - |
| XYZ | 6.34 | 5.58 | 22.93 | - |
| YUV | 58.1 | 170.27 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 133 | 0.88 | 0.51 | 0 | 0.48 | 214.87 | 0.79 | 0.29 |
| Hex | 10 | 41 | 85 | 58 | 33 | 0 | 30 | D7 | 4F | 1D |
| Octal | 20 | 101 | 205 | 130 | 63 | 0 | 60 | 327 | 117 | 35 |
| Binary | 10000 | 1000001 | 10000101 | 1011000 | 110011 | 0 | 110000 | 11010111 | 1001111 | 11101 |
Color Harmonies of #104185
Complementary color
Monochromatic Colors of #104185
Black with #104185
Text Example
Text Example
White with #104185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104185; }
p { color: rgb(16,65,133); }
H1.HeaderClassName
{
color: #104185;
}
.AnyTagClassName
{
color: #104185;
}
</style>
background-color css
<style>
a { background-color: #104185; }
a { background-color: rgb(16,65,133); }
div.DivClassName
{
background-color: #104185;
}
.BgClassName
{
background-color: #104185;
}
</style>
border-color css
<style>
span { border-color: #104185; }
span { border-color: rgb(16,65,133); }
td.TdClassName
{
border-color: #104185;
}
.TagClassName
{
border-color: #104185;
}
</style>