Shades of Dark Cerulean #104983
Tints of Dark Cerulean #104983
RGB
CMYK
RGB Variations
Color information
#104983 (or 0x104983) is known color: Dark Cerulean. HEX triplet: 10, 49 and 83. RGB value is (16,73,131). Sum of RGB (Red+Green+Blue) = 16+73+131=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 131 (51.56% from 255 or 59.55% from 220); Max value from RGB is 131 - color contains mainly: blue. Hex color #104983 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104983 is #EFB67C. Grayscale: #3E3E3E. Windows color (decimal): -15709821 or 8603920. OLE color: 8603920.
HSL color Cylindrical-coordinate representation of color #104983: hue angle of 210.26º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104983 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 73 | 131 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.49 |
| HSL | 210.26º | 0.78% | 0.29% | - |
| HSV(B) | 210.26º | 0.88% | 0.51% | - |
| XYZ | 6.69 | 6.51 | 22.38 | - |
| YUV | 62.57 | 166.62 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 131 | 0.88 | 0.44 | 0 | 0.49 | 210.26 | 0.78 | 0.29 |
| Hex | 10 | 49 | 83 | 58 | 2C | 0 | 31 | D2 | 4E | 1D |
| Octal | 20 | 111 | 203 | 130 | 54 | 0 | 61 | 322 | 116 | 35 |
| Binary | 10000 | 1001001 | 10000011 | 1011000 | 101100 | 0 | 110001 | 11010010 | 1001110 | 11101 |
Color Harmonies of #104983
Complementary color
Monochromatic Colors of #104983
Black with #104983
Text Example
Text Example
White with #104983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104983; }
p { color: rgb(16,73,131); }
H1.HeaderClassName
{
color: #104983;
}
.AnyTagClassName
{
color: #104983;
}
</style>
background-color css
<style>
a { background-color: #104983; }
a { background-color: rgb(16,73,131); }
div.DivClassName
{
background-color: #104983;
}
.BgClassName
{
background-color: #104983;
}
</style>
border-color css
<style>
span { border-color: #104983; }
span { border-color: rgb(16,73,131); }
td.TdClassName
{
border-color: #104983;
}
.TagClassName
{
border-color: #104983;
}
</style>