Shades of Dark Cerulean #104D81
Tints of Dark Cerulean #104D81
RGB
CMYK
RGB Variations
Color information
#104D81 (or 0x104D81) is known color: Dark Cerulean. HEX triplet: 10, 4D and 81. RGB value is (16,77,129). Sum of RGB (Red+Green+Blue) = 16+77+129=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 129 (50.78% from 255 or 58.11% from 222); Max value from RGB is 129 - color contains mainly: blue. Hex color #104D81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104D81 is #EFB27E. Grayscale: #404040. Windows color (decimal): -15708799 or 8473872. OLE color: 8473872.
HSL color Cylindrical-coordinate representation of color #104D81: hue angle of 207.61º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104D81 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 77 | 129 | - |
| CMYK | 0.88 | 0.40 | 0 | 0.49 |
| HSL | 207.61º | 0.78% | 0.28% | - |
| HSV(B) | 207.61º | 0.88% | 0.51% | - |
| XYZ | 6.83 | 7 | 21.76 | - |
| YUV | 64.69 | 164.29 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 129 | 0.88 | 0.40 | 0 | 0.49 | 207.61 | 0.78 | 0.28 |
| Hex | 10 | 4D | 81 | 58 | 28 | 0 | 31 | D0 | 4E | 1C |
| Octal | 20 | 115 | 201 | 130 | 50 | 0 | 61 | 320 | 116 | 34 |
| Binary | 10000 | 1001101 | 10000001 | 1011000 | 101000 | 0 | 110001 | 11010000 | 1001110 | 11100 |
Color Harmonies of #104D81
Complementary color
Monochromatic Colors of #104D81
Black with #104D81
Text Example
Text Example
White with #104D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D81; }
p { color: rgb(16,77,129); }
H1.HeaderClassName
{
color: #104D81;
}
.AnyTagClassName
{
color: #104D81;
}
</style>
background-color css
<style>
a { background-color: #104D81; }
a { background-color: rgb(16,77,129); }
div.DivClassName
{
background-color: #104D81;
}
.BgClassName
{
background-color: #104D81;
}
</style>
border-color css
<style>
span { border-color: #104D81; }
span { border-color: rgb(16,77,129); }
td.TdClassName
{
border-color: #104D81;
}
.TagClassName
{
border-color: #104D81;
}
</style>