Shades of Dark Cerulean #103A74
Tints of Dark Cerulean #103A74
RGB
CMYK
RGB Variations
Color information
#103A74 (or 0x103A74) is known color: Dark Cerulean. HEX triplet: 10, 3A and 74. RGB value is (16,58,116). Sum of RGB (Red+Green+Blue) = 16+58+116=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 116 (45.70% from 255 or 61.05% from 190); Max value from RGB is 116 - color contains mainly: blue. Hex color #103A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A74 is #EFC58B. Grayscale: #333333. Windows color (decimal): -15713676 or 7617040. OLE color: 7617040.
HSL color Cylindrical-coordinate representation of color #103A74: hue angle of 214.8º 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 #103A74 is Cyan = 0.86, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 58 | 116 | - |
| CMYK | 0.86 | 0.5 | 0 | 0.55 |
| HSL | 214.8º | 0.76% | 0.26% | - |
| HSV(B) | 214.8º | 0.86% | 0.45% | - |
| XYZ | 4.88 | 4.4 | 17.11 | - |
| YUV | 52.05 | 164.09 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 116 | 0.86 | 0.5 | 0 | 0.55 | 214.8 | 0.76 | 0.26 |
| Hex | 10 | 3A | 74 | 56 | 32 | 0 | 37 | D7 | 4C | 1A |
| Octal | 20 | 72 | 164 | 126 | 62 | 0 | 67 | 327 | 114 | 32 |
| Binary | 10000 | 111010 | 1110100 | 1010110 | 110010 | 0 | 110111 | 11010111 | 1001100 | 11010 |
Color Harmonies of #103A74
Complementary color
Monochromatic Colors of #103A74
Black with #103A74
Text Example
Text Example
White with #103A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103A74; }
p { color: rgb(16,58,116); }
H1.HeaderClassName
{
color: #103A74;
}
.AnyTagClassName
{
color: #103A74;
}
</style>
background-color css
<style>
a { background-color: #103A74; }
a { background-color: rgb(16,58,116); }
div.DivClassName
{
background-color: #103A74;
}
.BgClassName
{
background-color: #103A74;
}
</style>
border-color css
<style>
span { border-color: #103A74; }
span { border-color: rgb(16,58,116); }
td.TdClassName
{
border-color: #103A74;
}
.TagClassName
{
border-color: #103A74;
}
</style>