Shades of Dark Cerulean #104172
Tints of Dark Cerulean #104172
RGB
CMYK
RGB Variations
Color information
#104172 (or 0x104172) is known color: Dark Cerulean. HEX triplet: 10, 41 and 72. RGB value is (16,65,114). Sum of RGB (Red+Green+Blue) = 16+65+114=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #104172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104172 is #EFBE8D. Grayscale: #373737. Windows color (decimal): -15711886 or 7487760. OLE color: 7487760.
HSL color Cylindrical-coordinate representation of color #104172: hue angle of 210º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104172 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 65 | 114 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.55 |
| HSL | 210º | 0.75% | 0.25% | - |
| HSV(B) | 210º | 0.86% | 0.45% | - |
| XYZ | 5.14 | 5.11 | 16.63 | - |
| YUV | 55.94 | 160.77 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 114 | 0.86 | 0.43 | 0 | 0.55 | 210 | 0.75 | 0.25 |
| Hex | 10 | 41 | 72 | 56 | 2B | 0 | 37 | D2 | 4B | 19 |
| Octal | 20 | 101 | 162 | 126 | 53 | 0 | 67 | 322 | 113 | 31 |
| Binary | 10000 | 1000001 | 1110010 | 1010110 | 101011 | 0 | 110111 | 11010010 | 1001011 | 11001 |
Color Harmonies of #104172
Complementary color
Monochromatic Colors of #104172
Black with #104172
Text Example
Text Example
White with #104172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104172; }
p { color: rgb(16,65,114); }
H1.HeaderClassName
{
color: #104172;
}
.AnyTagClassName
{
color: #104172;
}
</style>
background-color css
<style>
a { background-color: #104172; }
a { background-color: rgb(16,65,114); }
div.DivClassName
{
background-color: #104172;
}
.BgClassName
{
background-color: #104172;
}
</style>
border-color css
<style>
span { border-color: #104172; }
span { border-color: rgb(16,65,114); }
td.TdClassName
{
border-color: #104172;
}
.TagClassName
{
border-color: #104172;
}
</style>