Shades of Dark Cerulean #104472
Tints of Dark Cerulean #104472
RGB
CMYK
RGB Variations
Color information
#104472 (or 0x104472) is known color: Dark Cerulean. HEX triplet: 10, 44 and 72. RGB value is (16,68,114). Sum of RGB (Red+Green+Blue) = 16+68+114=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #104472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104472 is #EFBB8D. Grayscale: #393939. Windows color (decimal): -15711118 or 7488528. OLE color: 7488528.
HSL color Cylindrical-coordinate representation of color #104472: hue angle of 208.16º 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 #104472 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 68 | 114 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.55 |
| HSL | 208.16º | 0.75% | 0.25% | - |
| HSV(B) | 208.16º | 0.86% | 0.45% | - |
| XYZ | 5.32 | 5.46 | 16.69 | - |
| YUV | 57.7 | 159.77 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 114 | 0.86 | 0.40 | 0 | 0.55 | 208.16 | 0.75 | 0.25 |
| Hex | 10 | 44 | 72 | 56 | 28 | 0 | 37 | D0 | 4B | 19 |
| Octal | 20 | 104 | 162 | 126 | 50 | 0 | 67 | 320 | 113 | 31 |
| Binary | 10000 | 1000100 | 1110010 | 1010110 | 101000 | 0 | 110111 | 11010000 | 1001011 | 11001 |
Color Harmonies of #104472
Complementary color
Monochromatic Colors of #104472
Black with #104472
Text Example
Text Example
White with #104472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104472; }
p { color: rgb(16,68,114); }
H1.HeaderClassName
{
color: #104472;
}
.AnyTagClassName
{
color: #104472;
}
</style>
background-color css
<style>
a { background-color: #104472; }
a { background-color: rgb(16,68,114); }
div.DivClassName
{
background-color: #104472;
}
.BgClassName
{
background-color: #104472;
}
</style>
border-color css
<style>
span { border-color: #104472; }
span { border-color: rgb(16,68,114); }
td.TdClassName
{
border-color: #104472;
}
.TagClassName
{
border-color: #104472;
}
</style>