Shades of Dark Cerulean #103E75
Tints of Dark Cerulean #103E75
RGB
CMYK
RGB Variations
Color information
#103E75 (or 0x103E75) is known color: Dark Cerulean. HEX triplet: 10, 3E and 75. RGB value is (16,62,117). Sum of RGB (Red+Green+Blue) = 16+62+117=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #103E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E75 is #EFC18A. Grayscale: #363636. Windows color (decimal): -15712651 or 7683600. OLE color: 7683600.
HSL color Cylindrical-coordinate representation of color #103E75: hue angle of 212.67º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #103E75 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 62 | 117 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.54 |
| HSL | 212.67º | 0.76% | 0.26% | - |
| HSV(B) | 212.67º | 0.86% | 0.46% | - |
| XYZ | 5.15 | 4.84 | 17.49 | - |
| YUV | 54.52 | 163.26 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 117 | 0.86 | 0.47 | 0 | 0.54 | 212.67 | 0.76 | 0.26 |
| Hex | 10 | 3E | 75 | 56 | 2F | 0 | 36 | D5 | 4C | 1A |
| Octal | 20 | 76 | 165 | 126 | 57 | 0 | 66 | 325 | 114 | 32 |
| Binary | 10000 | 111110 | 1110101 | 1010110 | 101111 | 0 | 110110 | 11010101 | 1001100 | 11010 |
Color Harmonies of #103E75
Complementary color
Monochromatic Colors of #103E75
Black with #103E75
Text Example
Text Example
White with #103E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E75; }
p { color: rgb(16,62,117); }
H1.HeaderClassName
{
color: #103E75;
}
.AnyTagClassName
{
color: #103E75;
}
</style>
background-color css
<style>
a { background-color: #103E75; }
a { background-color: rgb(16,62,117); }
div.DivClassName
{
background-color: #103E75;
}
.BgClassName
{
background-color: #103E75;
}
</style>
border-color css
<style>
span { border-color: #103E75; }
span { border-color: rgb(16,62,117); }
td.TdClassName
{
border-color: #103E75;
}
.TagClassName
{
border-color: #103E75;
}
</style>