Shades of Dark Cerulean #103F73
Tints of Dark Cerulean #103F73
RGB
CMYK
RGB Variations
Color information
#103F73 (or 0x103F73) is known color: Dark Cerulean. HEX triplet: 10, 3F and 73. RGB value is (16,63,115). Sum of RGB (Red+Green+Blue) = 16+63+115=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #103F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F73 is #EFC08C. Grayscale: #363636. Windows color (decimal): -15712397 or 7552784. OLE color: 7552784.
HSL color Cylindrical-coordinate representation of color #103F73: hue angle of 211.52º 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 #103F73 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 63 | 115 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.55 |
| HSL | 211.52º | 0.76% | 0.26% | - |
| HSV(B) | 211.52º | 0.86% | 0.45% | - |
| XYZ | 5.09 | 4.9 | 16.9 | - |
| YUV | 54.88 | 161.93 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 115 | 0.86 | 0.45 | 0 | 0.55 | 211.52 | 0.76 | 0.26 |
| Hex | 10 | 3F | 73 | 56 | 2D | 0 | 37 | D4 | 4C | 1A |
| Octal | 20 | 77 | 163 | 126 | 55 | 0 | 67 | 324 | 114 | 32 |
| Binary | 10000 | 111111 | 1110011 | 1010110 | 101101 | 0 | 110111 | 11010100 | 1001100 | 11010 |
Color Harmonies of #103F73
Complementary color
Monochromatic Colors of #103F73
Black with #103F73
Text Example
Text Example
White with #103F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F73; }
p { color: rgb(16,63,115); }
H1.HeaderClassName
{
color: #103F73;
}
.AnyTagClassName
{
color: #103F73;
}
</style>
background-color css
<style>
a { background-color: #103F73; }
a { background-color: rgb(16,63,115); }
div.DivClassName
{
background-color: #103F73;
}
.BgClassName
{
background-color: #103F73;
}
</style>
border-color css
<style>
span { border-color: #103F73; }
span { border-color: rgb(16,63,115); }
td.TdClassName
{
border-color: #103F73;
}
.TagClassName
{
border-color: #103F73;
}
</style>