Shades of Dark Cerulean #104672
Tints of Dark Cerulean #104672
RGB
CMYK
RGB Variations
Color information
#104672 (or 0x104672) is known color: Dark Cerulean. HEX triplet: 10, 46 and 72. RGB value is (16,70,114). Sum of RGB (Red+Green+Blue) = 16+70+114=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #104672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104672 is #EFB98D. Grayscale: #3A3A3A. Windows color (decimal): -15710606 or 7489040. OLE color: 7489040.
HSL color Cylindrical-coordinate representation of color #104672: hue angle of 206.94º 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 #104672 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 70 | 114 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.55 |
| HSL | 206.94º | 0.75% | 0.25% | - |
| HSV(B) | 206.94º | 0.86% | 0.45% | - |
| XYZ | 5.44 | 5.71 | 16.73 | - |
| YUV | 58.87 | 159.11 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 70 | 114 | 0.86 | 0.39 | 0 | 0.55 | 206.94 | 0.75 | 0.25 |
| Hex | 10 | 46 | 72 | 56 | 27 | 0 | 37 | CF | 4B | 19 |
| Octal | 20 | 106 | 162 | 126 | 47 | 0 | 67 | 317 | 113 | 31 |
| Binary | 10000 | 1000110 | 1110010 | 1010110 | 100111 | 0 | 110111 | 11001111 | 1001011 | 11001 |
Color Harmonies of #104672
Complementary color
Monochromatic Colors of #104672
Black with #104672
Text Example
Text Example
White with #104672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104672; }
p { color: rgb(16,70,114); }
H1.HeaderClassName
{
color: #104672;
}
.AnyTagClassName
{
color: #104672;
}
</style>
background-color css
<style>
a { background-color: #104672; }
a { background-color: rgb(16,70,114); }
div.DivClassName
{
background-color: #104672;
}
.BgClassName
{
background-color: #104672;
}
</style>
border-color css
<style>
span { border-color: #104672; }
span { border-color: rgb(16,70,114); }
td.TdClassName
{
border-color: #104672;
}
.TagClassName
{
border-color: #104672;
}
</style>