Shades of Dark Cerulean #104A90
Tints of Dark Cerulean #104A90
RGB
CMYK
RGB Variations
Color information
#104A90 (or 0x104A90) is known color: Dark Cerulean. HEX triplet: 10, 4A and 90. RGB value is (16,74,144). Sum of RGB (Red+Green+Blue) = 16+74+144=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #104A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104A90 is #EFB56F. Grayscale: #404040. Windows color (decimal): -15709552 or 9456144. OLE color: 9456144.
HSL color Cylindrical-coordinate representation of color #104A90: hue angle of 212.81º 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 #104A90 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 74 | 144 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.44 |
| HSL | 212.81º | 0.8% | 0.31% | - |
| HSV(B) | 212.81º | 0.89% | 0.56% | - |
| XYZ | 7.7 | 7.02 | 27.34 | - |
| YUV | 64.64 | 172.78 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 144 | 0.89 | 0.49 | 0 | 0.44 | 212.81 | 0.8 | 0.31 |
| Hex | 10 | 4A | 90 | 59 | 31 | 0 | 2C | D5 | 50 | 1F |
| Octal | 20 | 112 | 220 | 131 | 61 | 0 | 54 | 325 | 120 | 37 |
| Binary | 10000 | 1001010 | 10010000 | 1011001 | 110001 | 0 | 101100 | 11010101 | 1010000 | 11111 |
Color Harmonies of #104A90
Complementary color
Monochromatic Colors of #104A90
Black with #104A90
Text Example
Text Example
White with #104A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104A90; }
p { color: rgb(16,74,144); }
H1.HeaderClassName
{
color: #104A90;
}
.AnyTagClassName
{
color: #104A90;
}
</style>
background-color css
<style>
a { background-color: #104A90; }
a { background-color: rgb(16,74,144); }
div.DivClassName
{
background-color: #104A90;
}
.BgClassName
{
background-color: #104A90;
}
</style>
border-color css
<style>
span { border-color: #104A90; }
span { border-color: rgb(16,74,144); }
td.TdClassName
{
border-color: #104A90;
}
.TagClassName
{
border-color: #104A90;
}
</style>