Shades of Dark Cerulean #103D7B
Tints of Dark Cerulean #103D7B
RGB
CMYK
RGB Variations
Color information
#103D7B (or 0x103D7B) is known color: Dark Cerulean. HEX triplet: 10, 3D and 7B. RGB value is (16,61,123). Sum of RGB (Red+Green+Blue) = 16+61+123=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 123 (48.44% from 255 or 61.5% from 200); Max value from RGB is 123 - color contains mainly: blue. Hex color #103D7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D7B is #EFC284. Grayscale: #363636. Windows color (decimal): -15712901 or 8076560. OLE color: 8076560.
HSL color Cylindrical-coordinate representation of color #103D7B: hue angle of 214.77º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #103D7B is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 61 | 123 | - |
| CMYK | 0.87 | 0.50 | 0 | 0.52 |
| HSL | 214.77º | 0.77% | 0.27% | - |
| HSV(B) | 214.77º | 0.87% | 0.48% | - |
| XYZ | 5.46 | 4.88 | 19.39 | - |
| YUV | 54.61 | 166.59 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 123 | 0.87 | 0.50 | 0 | 0.52 | 214.77 | 0.77 | 0.27 |
| Hex | 10 | 3D | 7B | 57 | 32 | 0 | 34 | D7 | 4D | 1B |
| Octal | 20 | 75 | 173 | 127 | 62 | 0 | 64 | 327 | 115 | 33 |
| Binary | 10000 | 111101 | 1111011 | 1010111 | 110010 | 0 | 110100 | 11010111 | 1001101 | 11011 |
Color Harmonies of #103D7B
Complementary color
Monochromatic Colors of #103D7B
Black with #103D7B
Text Example
Text Example
White with #103D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D7B; }
p { color: rgb(16,61,123); }
H1.HeaderClassName
{
color: #103D7B;
}
.AnyTagClassName
{
color: #103D7B;
}
</style>
background-color css
<style>
a { background-color: #103D7B; }
a { background-color: rgb(16,61,123); }
div.DivClassName
{
background-color: #103D7B;
}
.BgClassName
{
background-color: #103D7B;
}
</style>
border-color css
<style>
span { border-color: #103D7B; }
span { border-color: rgb(16,61,123); }
td.TdClassName
{
border-color: #103D7B;
}
.TagClassName
{
border-color: #103D7B;
}
</style>