Shades of Dark Cerulean #103C8A
Tints of Dark Cerulean #103C8A
RGB
CMYK
RGB Variations
Color information
#103C8A (or 0x103C8A) is known color: Dark Cerulean. HEX triplet: 10, 3C and 8A. RGB value is (16,60,138). Sum of RGB (Red+Green+Blue) = 16+60+138=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 138 (54.30% from 255 or 64.49% from 214); Max value from RGB is 138 - color contains mainly: blue. Hex color #103C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103C8A is #EFC375. Grayscale: #373737. Windows color (decimal): -15713142 or 9059344. OLE color: 9059344.
HSL color Cylindrical-coordinate representation of color #103C8A: hue angle of 218.36º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103C8A is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 60 | 138 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.46 |
| HSL | 218.36º | 0.79% | 0.3% | - |
| HSV(B) | 218.36º | 0.88% | 0.54% | - |
| XYZ | 6.42 | 5.18 | 24.71 | - |
| YUV | 55.74 | 174.42 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 138 | 0.88 | 0.57 | 0 | 0.46 | 218.36 | 0.79 | 0.3 |
| Hex | 10 | 3C | 8A | 58 | 39 | 0 | 2E | DA | 4F | 1E |
| Octal | 20 | 74 | 212 | 130 | 71 | 0 | 56 | 332 | 117 | 36 |
| Binary | 10000 | 111100 | 10001010 | 1011000 | 111001 | 0 | 101110 | 11011010 | 1001111 | 11110 |
Color Harmonies of #103C8A
Complementary color
Monochromatic Colors of #103C8A
Black with #103C8A
Text Example
Text Example
White with #103C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103C8A; }
p { color: rgb(16,60,138); }
H1.HeaderClassName
{
color: #103C8A;
}
.AnyTagClassName
{
color: #103C8A;
}
</style>
background-color css
<style>
a { background-color: #103C8A; }
a { background-color: rgb(16,60,138); }
div.DivClassName
{
background-color: #103C8A;
}
.BgClassName
{
background-color: #103C8A;
}
</style>
border-color css
<style>
span { border-color: #103C8A; }
span { border-color: rgb(16,60,138); }
td.TdClassName
{
border-color: #103C8A;
}
.TagClassName
{
border-color: #103C8A;
}
</style>