Shades of Dark Cerulean #103D78
Tints of Dark Cerulean #103D78
RGB
CMYK
RGB Variations
Color information
#103D78 (or 0x103D78) is known color: Dark Cerulean. HEX triplet: 10, 3D and 78. RGB value is (16,61,120). Sum of RGB (Red+Green+Blue) = 16+61+120=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #103D78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D78 is #EFC287. Grayscale: #353535. Windows color (decimal): -15712904 or 7879952. OLE color: 7879952.
HSL color Cylindrical-coordinate representation of color #103D78: hue angle of 214.04º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #103D78 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 61 | 120 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.53 |
| HSL | 214.04º | 0.76% | 0.27% | - |
| HSV(B) | 214.04º | 0.87% | 0.47% | - |
| XYZ | 5.27 | 4.8 | 18.42 | - |
| YUV | 54.27 | 165.09 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 120 | 0.87 | 0.49 | 0 | 0.53 | 214.04 | 0.76 | 0.27 |
| Hex | 10 | 3D | 78 | 57 | 31 | 0 | 35 | D6 | 4C | 1B |
| Octal | 20 | 75 | 170 | 127 | 61 | 0 | 65 | 326 | 114 | 33 |
| Binary | 10000 | 111101 | 1111000 | 1010111 | 110001 | 0 | 110101 | 11010110 | 1001100 | 11011 |
Color Harmonies of #103D78
Complementary color
Monochromatic Colors of #103D78
Black with #103D78
Text Example
Text Example
White with #103D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D78; }
p { color: rgb(16,61,120); }
H1.HeaderClassName
{
color: #103D78;
}
.AnyTagClassName
{
color: #103D78;
}
</style>
background-color css
<style>
a { background-color: #103D78; }
a { background-color: rgb(16,61,120); }
div.DivClassName
{
background-color: #103D78;
}
.BgClassName
{
background-color: #103D78;
}
</style>
border-color css
<style>
span { border-color: #103D78; }
span { border-color: rgb(16,61,120); }
td.TdClassName
{
border-color: #103D78;
}
.TagClassName
{
border-color: #103D78;
}
</style>