Shades of Dark Cerulean #103F80
Tints of Dark Cerulean #103F80
RGB
CMYK
RGB Variations
Color information
#103F80 (or 0x103F80) is known color: Dark Cerulean. HEX triplet: 10, 3F and 80. RGB value is (16,63,128). Sum of RGB (Red+Green+Blue) = 16+63+128=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 128 (50.39% from 255 or 61.84% from 207); Max value from RGB is 128 - color contains mainly: blue. Hex color #103F80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103F80 is #EFC07F. Grayscale: #383838. Windows color (decimal): -15712384 or 8404752. OLE color: 8404752.
HSL color Cylindrical-coordinate representation of color #103F80: hue angle of 214.82º 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 #103F80 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 63 | 128 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.50 |
| HSL | 214.82º | 0.78% | 0.28% | - |
| HSV(B) | 214.82º | 0.88% | 0.5% | - |
| XYZ | 5.89 | 5.22 | 21.12 | - |
| YUV | 56.36 | 168.43 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 128 | 0.88 | 0.51 | 0 | 0.50 | 214.82 | 0.78 | 0.28 |
| Hex | 10 | 3F | 80 | 58 | 33 | 0 | 32 | D7 | 4E | 1C |
| Octal | 20 | 77 | 200 | 130 | 63 | 0 | 62 | 327 | 116 | 34 |
| Binary | 10000 | 111111 | 10000000 | 1011000 | 110011 | 0 | 110010 | 11010111 | 1001110 | 11100 |
Color Harmonies of #103F80
Complementary color
Monochromatic Colors of #103F80
Black with #103F80
Text Example
Text Example
White with #103F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F80; }
p { color: rgb(16,63,128); }
H1.HeaderClassName
{
color: #103F80;
}
.AnyTagClassName
{
color: #103F80;
}
</style>
background-color css
<style>
a { background-color: #103F80; }
a { background-color: rgb(16,63,128); }
div.DivClassName
{
background-color: #103F80;
}
.BgClassName
{
background-color: #103F80;
}
</style>
border-color css
<style>
span { border-color: #103F80; }
span { border-color: rgb(16,63,128); }
td.TdClassName
{
border-color: #103F80;
}
.TagClassName
{
border-color: #103F80;
}
</style>