Shades of Dark Cerulean #104F7C
Tints of Dark Cerulean #104F7C
RGB
CMYK
RGB Variations
Color information
#104F7C (or 0x104F7C) is known color: Dark Cerulean. HEX triplet: 10, 4F and 7C. RGB value is (16,79,124). Sum of RGB (Red+Green+Blue) = 16+79+124=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #104F7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104F7C is #EFB083. Grayscale: #414141. Windows color (decimal): -15708292 or 8146704. OLE color: 8146704.
HSL color Cylindrical-coordinate representation of color #104F7C: hue angle of 205º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #104F7C is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 79 | 124 | - |
| CMYK | 0.87 | 0.36 | 0 | 0.51 |
| HSL | 205º | 0.77% | 0.27% | - |
| HSV(B) | 205º | 0.87% | 0.49% | - |
| XYZ | 6.65 | 7.16 | 20.1 | - |
| YUV | 65.29 | 161.13 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 124 | 0.87 | 0.36 | 0 | 0.51 | 205 | 0.77 | 0.27 |
| Hex | 10 | 4F | 7C | 57 | 24 | 0 | 33 | CD | 4D | 1B |
| Octal | 20 | 117 | 174 | 127 | 44 | 0 | 63 | 315 | 115 | 33 |
| Binary | 10000 | 1001111 | 1111100 | 1010111 | 100100 | 0 | 110011 | 11001101 | 1001101 | 11011 |
Color Harmonies of #104F7C
Complementary color
Monochromatic Colors of #104F7C
Black with #104F7C
Text Example
Text Example
White with #104F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104F7C; }
p { color: rgb(16,79,124); }
H1.HeaderClassName
{
color: #104F7C;
}
.AnyTagClassName
{
color: #104F7C;
}
</style>
background-color css
<style>
a { background-color: #104F7C; }
a { background-color: rgb(16,79,124); }
div.DivClassName
{
background-color: #104F7C;
}
.BgClassName
{
background-color: #104F7C;
}
</style>
border-color css
<style>
span { border-color: #104F7C; }
span { border-color: rgb(16,79,124); }
td.TdClassName
{
border-color: #104F7C;
}
.TagClassName
{
border-color: #104F7C;
}
</style>