Shades of Dark Cerulean #103D80
Tints of Dark Cerulean #103D80
RGB
CMYK
RGB Variations
Color information
#103D80 (or 0x103D80) is known color: Dark Cerulean. HEX triplet: 10, 3D and 80. RGB value is (16,61,128). Sum of RGB (Red+Green+Blue) = 16+61+128=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 128 (50.39% from 255 or 62.44% from 205); Max value from RGB is 128 - color contains mainly: blue. Hex color #103D80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103D80 is #EFC27F. Grayscale: #363636. Windows color (decimal): -15712896 or 8404240. OLE color: 8404240.
HSL color Cylindrical-coordinate representation of color #103D80: hue angle of 215.89º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103D80 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 61 | 128 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.50 |
| HSL | 215.89º | 0.78% | 0.28% | - |
| HSV(B) | 215.89º | 0.88% | 0.5% | - |
| XYZ | 5.78 | 5.01 | 21.08 | - |
| YUV | 55.18 | 169.09 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 128 | 0.88 | 0.52 | 0 | 0.50 | 215.89 | 0.78 | 0.28 |
| Hex | 10 | 3D | 80 | 58 | 34 | 0 | 32 | D8 | 4E | 1C |
| Octal | 20 | 75 | 200 | 130 | 64 | 0 | 62 | 330 | 116 | 34 |
| Binary | 10000 | 111101 | 10000000 | 1011000 | 110100 | 0 | 110010 | 11011000 | 1001110 | 11100 |
Color Harmonies of #103D80
Complementary color
Monochromatic Colors of #103D80
Black with #103D80
Text Example
Text Example
White with #103D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D80; }
p { color: rgb(16,61,128); }
H1.HeaderClassName
{
color: #103D80;
}
.AnyTagClassName
{
color: #103D80;
}
</style>
background-color css
<style>
a { background-color: #103D80; }
a { background-color: rgb(16,61,128); }
div.DivClassName
{
background-color: #103D80;
}
.BgClassName
{
background-color: #103D80;
}
</style>
border-color css
<style>
span { border-color: #103D80; }
span { border-color: rgb(16,61,128); }
td.TdClassName
{
border-color: #103D80;
}
.TagClassName
{
border-color: #103D80;
}
</style>