Shades of Dark Cerulean #104E91
Tints of Dark Cerulean #104E91
RGB
CMYK
RGB Variations
Color information
#104E91 (or 0x104E91) is known color: Dark Cerulean. HEX triplet: 10, 4E and 91. RGB value is (16,78,145). Sum of RGB (Red+Green+Blue) = 16+78+145=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 145 (57.03% from 255 or 60.67% from 239); Max value from RGB is 145 - color contains mainly: blue. Hex color #104E91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104E91 is #EFB16E. Grayscale: #424242. Windows color (decimal): -15708527 or 9522704. OLE color: 9522704.
HSL color Cylindrical-coordinate representation of color #104E91: hue angle of 211.16º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104E91 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 78 | 145 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.43 |
| HSL | 211.16º | 0.8% | 0.32% | - |
| HSV(B) | 211.16º | 0.89% | 0.57% | - |
| XYZ | 8.05 | 7.6 | 27.83 | - |
| YUV | 67.1 | 171.96 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 145 | 0.89 | 0.46 | 0 | 0.43 | 211.16 | 0.8 | 0.32 |
| Hex | 10 | 4E | 91 | 59 | 2E | 0 | 2B | D3 | 50 | 20 |
| Octal | 20 | 116 | 221 | 131 | 56 | 0 | 53 | 323 | 120 | 40 |
| Binary | 10000 | 1001110 | 10010001 | 1011001 | 101110 | 0 | 101011 | 11010011 | 1010000 | 100000 |
Color Harmonies of #104E91
Complementary color
Monochromatic Colors of #104E91
Black with #104E91
Text Example
Text Example
White with #104E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E91; }
p { color: rgb(16,78,145); }
H1.HeaderClassName
{
color: #104E91;
}
.AnyTagClassName
{
color: #104E91;
}
</style>
background-color css
<style>
a { background-color: #104E91; }
a { background-color: rgb(16,78,145); }
div.DivClassName
{
background-color: #104E91;
}
.BgClassName
{
background-color: #104E91;
}
</style>
border-color css
<style>
span { border-color: #104E91; }
span { border-color: rgb(16,78,145); }
td.TdClassName
{
border-color: #104E91;
}
.TagClassName
{
border-color: #104E91;
}
</style>