Shades of Dark Cerulean #104F8E
Tints of Dark Cerulean #104F8E
RGB
CMYK
RGB Variations
Color information
#104F8E (or 0x104F8E) is known color: Dark Cerulean. HEX triplet: 10, 4F and 8E. RGB value is (16,79,142). Sum of RGB (Red+Green+Blue) = 16+79+142=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #104F8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104F8E is #EFB071. Grayscale: #434343. Windows color (decimal): -15708274 or 9326352. OLE color: 9326352.
HSL color Cylindrical-coordinate representation of color #104F8E: hue angle of 210º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104F8E is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 79 | 142 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.44 |
| HSL | 210º | 0.8% | 0.31% | - |
| HSV(B) | 210º | 0.89% | 0.56% | - |
| XYZ | 7.89 | 7.66 | 26.65 | - |
| YUV | 67.35 | 170.13 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 142 | 0.89 | 0.44 | 0 | 0.44 | 210 | 0.8 | 0.31 |
| Hex | 10 | 4F | 8E | 59 | 2C | 0 | 2C | D2 | 50 | 1F |
| Octal | 20 | 117 | 216 | 131 | 54 | 0 | 54 | 322 | 120 | 37 |
| Binary | 10000 | 1001111 | 10001110 | 1011001 | 101100 | 0 | 101100 | 11010010 | 1010000 | 11111 |
Color Harmonies of #104F8E
Complementary color
Monochromatic Colors of #104F8E
Black with #104F8E
Text Example
Text Example
White with #104F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104F8E; }
p { color: rgb(16,79,142); }
H1.HeaderClassName
{
color: #104F8E;
}
.AnyTagClassName
{
color: #104F8E;
}
</style>
background-color css
<style>
a { background-color: #104F8E; }
a { background-color: rgb(16,79,142); }
div.DivClassName
{
background-color: #104F8E;
}
.BgClassName
{
background-color: #104F8E;
}
</style>
border-color css
<style>
span { border-color: #104F8E; }
span { border-color: rgb(16,79,142); }
td.TdClassName
{
border-color: #104F8E;
}
.TagClassName
{
border-color: #104F8E;
}
</style>