Shades of Dark Cerulean #103D73
Tints of Dark Cerulean #103D73
RGB
CMYK
RGB Variations
Color information
#103D73 (or 0x103D73) is known color: Dark Cerulean. HEX triplet: 10, 3D and 73. RGB value is (16,61,115). Sum of RGB (Red+Green+Blue) = 16+61+115=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #103D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D73 is #EFC28C. Grayscale: #353535. Windows color (decimal): -15712909 or 7552272. OLE color: 7552272.
HSL color Cylindrical-coordinate representation of color #103D73: hue angle of 212.73º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #103D73 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 61 | 115 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.55 |
| HSL | 212.73º | 0.76% | 0.26% | - |
| HSV(B) | 212.73º | 0.86% | 0.45% | - |
| XYZ | 4.98 | 4.69 | 16.86 | - |
| YUV | 53.7 | 162.59 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 115 | 0.86 | 0.47 | 0 | 0.55 | 212.73 | 0.76 | 0.26 |
| Hex | 10 | 3D | 73 | 56 | 2F | 0 | 37 | D5 | 4C | 1A |
| Octal | 20 | 75 | 163 | 126 | 57 | 0 | 67 | 325 | 114 | 32 |
| Binary | 10000 | 111101 | 1110011 | 1010110 | 101111 | 0 | 110111 | 11010101 | 1001100 | 11010 |
Color Harmonies of #103D73
Complementary color
Monochromatic Colors of #103D73
Black with #103D73
Text Example
Text Example
White with #103D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D73; }
p { color: rgb(16,61,115); }
H1.HeaderClassName
{
color: #103D73;
}
.AnyTagClassName
{
color: #103D73;
}
</style>
background-color css
<style>
a { background-color: #103D73; }
a { background-color: rgb(16,61,115); }
div.DivClassName
{
background-color: #103D73;
}
.BgClassName
{
background-color: #103D73;
}
</style>
border-color css
<style>
span { border-color: #103D73; }
span { border-color: rgb(16,61,115); }
td.TdClassName
{
border-color: #103D73;
}
.TagClassName
{
border-color: #103D73;
}
</style>