Shades of Dark Cerulean #104A8F
Tints of Dark Cerulean #104A8F
RGB
CMYK
RGB Variations
Color information
#104A8F (or 0x104A8F) is known color: Dark Cerulean. HEX triplet: 10, 4A and 8F. RGB value is (16,74,143). Sum of RGB (Red+Green+Blue) = 16+74+143=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 143 (56.25% from 255 or 61.37% from 233); Max value from RGB is 143 - color contains mainly: blue. Hex color #104A8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104A8F is #EFB570. Grayscale: #404040. Windows color (decimal): -15709553 or 9390608. OLE color: 9390608.
HSL color Cylindrical-coordinate representation of color #104A8F: hue angle of 212.6º 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 #104A8F is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 74 | 143 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.44 |
| HSL | 212.6º | 0.8% | 0.31% | - |
| HSV(B) | 212.6º | 0.89% | 0.56% | - |
| XYZ | 7.62 | 6.99 | 26.93 | - |
| YUV | 64.52 | 172.28 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 143 | 0.89 | 0.48 | 0 | 0.44 | 212.6 | 0.8 | 0.31 |
| Hex | 10 | 4A | 8F | 59 | 30 | 0 | 2C | D5 | 50 | 1F |
| Octal | 20 | 112 | 217 | 131 | 60 | 0 | 54 | 325 | 120 | 37 |
| Binary | 10000 | 1001010 | 10001111 | 1011001 | 110000 | 0 | 101100 | 11010101 | 1010000 | 11111 |
Color Harmonies of #104A8F
Complementary color
Monochromatic Colors of #104A8F
Black with #104A8F
Text Example
Text Example
White with #104A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104A8F; }
p { color: rgb(16,74,143); }
H1.HeaderClassName
{
color: #104A8F;
}
.AnyTagClassName
{
color: #104A8F;
}
</style>
background-color css
<style>
a { background-color: #104A8F; }
a { background-color: rgb(16,74,143); }
div.DivClassName
{
background-color: #104A8F;
}
.BgClassName
{
background-color: #104A8F;
}
</style>
border-color css
<style>
span { border-color: #104A8F; }
span { border-color: rgb(16,74,143); }
td.TdClassName
{
border-color: #104A8F;
}
.TagClassName
{
border-color: #104A8F;
}
</style>