Shades of Dark Cerulean #104D8A
Tints of Dark Cerulean #104D8A
RGB
CMYK
RGB Variations
Color information
#104D8A (or 0x104D8A) is known color: Dark Cerulean. HEX triplet: 10, 4D and 8A. RGB value is (16,77,138). Sum of RGB (Red+Green+Blue) = 16+77+138=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #104D8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104D8A is #EFB275. Grayscale: #414141. Windows color (decimal): -15708790 or 9063696. OLE color: 9063696.
HSL color Cylindrical-coordinate representation of color #104D8A: hue angle of 210º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104D8A is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 77 | 138 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.46 |
| HSL | 210º | 0.79% | 0.3% | - |
| HSV(B) | 210º | 0.88% | 0.54% | - |
| XYZ | 7.46 | 7.25 | 25.05 | - |
| YUV | 65.72 | 168.79 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 138 | 0.88 | 0.44 | 0 | 0.46 | 210 | 0.79 | 0.3 |
| Hex | 10 | 4D | 8A | 58 | 2C | 0 | 2E | D2 | 4F | 1E |
| Octal | 20 | 115 | 212 | 130 | 54 | 0 | 56 | 322 | 117 | 36 |
| Binary | 10000 | 1001101 | 10001010 | 1011000 | 101100 | 0 | 101110 | 11010010 | 1001111 | 11110 |
Color Harmonies of #104D8A
Complementary color
Monochromatic Colors of #104D8A
Black with #104D8A
Text Example
Text Example
White with #104D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D8A; }
p { color: rgb(16,77,138); }
H1.HeaderClassName
{
color: #104D8A;
}
.AnyTagClassName
{
color: #104D8A;
}
</style>
background-color css
<style>
a { background-color: #104D8A; }
a { background-color: rgb(16,77,138); }
div.DivClassName
{
background-color: #104D8A;
}
.BgClassName
{
background-color: #104D8A;
}
</style>
border-color css
<style>
span { border-color: #104D8A; }
span { border-color: rgb(16,77,138); }
td.TdClassName
{
border-color: #104D8A;
}
.TagClassName
{
border-color: #104D8A;
}
</style>