Shades of Dark Cerulean #103F6D
Tints of Dark Cerulean #103F6D
RGB
CMYK
RGB Variations
Color information
#103F6D (or 0x103F6D) is known color: Dark Cerulean. HEX triplet: 10, 3F and 6D. RGB value is (16,63,109). Sum of RGB (Red+Green+Blue) = 16+63+109=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #103F6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F6D is #EFC092. Grayscale: #353535. Windows color (decimal): -15712403 or 7159568. OLE color: 7159568.
HSL color Cylindrical-coordinate representation of color #103F6D: hue angle of 209.68º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #103F6D is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 63 | 109 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.57 |
| HSL | 209.68º | 0.74% | 0.25% | - |
| HSV(B) | 209.68º | 0.85% | 0.43% | - |
| XYZ | 4.75 | 4.77 | 15.14 | - |
| YUV | 54.19 | 158.93 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 109 | 0.85 | 0.42 | 0 | 0.57 | 209.68 | 0.74 | 0.25 |
| Hex | 10 | 3F | 6D | 55 | 2A | 0 | 39 | D2 | 4A | 19 |
| Octal | 20 | 77 | 155 | 125 | 52 | 0 | 71 | 322 | 112 | 31 |
| Binary | 10000 | 111111 | 1101101 | 1010101 | 101010 | 0 | 111001 | 11010010 | 1001010 | 11001 |
Color Harmonies of #103F6D
Complementary color
Monochromatic Colors of #103F6D
Black with #103F6D
Text Example
Text Example
White with #103F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F6D; }
p { color: rgb(16,63,109); }
H1.HeaderClassName
{
color: #103F6D;
}
.AnyTagClassName
{
color: #103F6D;
}
</style>
background-color css
<style>
a { background-color: #103F6D; }
a { background-color: rgb(16,63,109); }
div.DivClassName
{
background-color: #103F6D;
}
.BgClassName
{
background-color: #103F6D;
}
</style>
border-color css
<style>
span { border-color: #103F6D; }
span { border-color: rgb(16,63,109); }
td.TdClassName
{
border-color: #103F6D;
}
.TagClassName
{
border-color: #103F6D;
}
</style>