Shades of Dark Cerulean #104C7B
Tints of Dark Cerulean #104C7B
RGB
CMYK
RGB Variations
Color information
#104C7B (or 0x104C7B) is known color: Dark Cerulean. HEX triplet: 10, 4C and 7B. RGB value is (16,76,123). Sum of RGB (Red+Green+Blue) = 16+76+123=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #104C7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C7B is #EFB384. Grayscale: #3F3F3F. Windows color (decimal): -15709061 or 8080400. OLE color: 8080400.
HSL color Cylindrical-coordinate representation of color #104C7B: hue angle of 206.36º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #104C7B is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 76 | 123 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.52 |
| HSL | 206.36º | 0.77% | 0.27% | - |
| HSV(B) | 206.36º | 0.87% | 0.48% | - |
| XYZ | 6.37 | 6.71 | 19.7 | - |
| YUV | 63.42 | 161.62 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 123 | 0.87 | 0.38 | 0 | 0.52 | 206.36 | 0.77 | 0.27 |
| Hex | 10 | 4C | 7B | 57 | 26 | 0 | 34 | CE | 4D | 1B |
| Octal | 20 | 114 | 173 | 127 | 46 | 0 | 64 | 316 | 115 | 33 |
| Binary | 10000 | 1001100 | 1111011 | 1010111 | 100110 | 0 | 110100 | 11001110 | 1001101 | 11011 |
Color Harmonies of #104C7B
Complementary color
Monochromatic Colors of #104C7B
Black with #104C7B
Text Example
Text Example
White with #104C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C7B; }
p { color: rgb(16,76,123); }
H1.HeaderClassName
{
color: #104C7B;
}
.AnyTagClassName
{
color: #104C7B;
}
</style>
background-color css
<style>
a { background-color: #104C7B; }
a { background-color: rgb(16,76,123); }
div.DivClassName
{
background-color: #104C7B;
}
.BgClassName
{
background-color: #104C7B;
}
</style>
border-color css
<style>
span { border-color: #104C7B; }
span { border-color: rgb(16,76,123); }
td.TdClassName
{
border-color: #104C7B;
}
.TagClassName
{
border-color: #104C7B;
}
</style>