Shades of Dark Cerulean #103F7B
Tints of Dark Cerulean #103F7B
RGB
CMYK
RGB Variations
Color information
#103F7B (or 0x103F7B) is known color: Dark Cerulean. HEX triplet: 10, 3F and 7B. RGB value is (16,63,123). Sum of RGB (Red+Green+Blue) = 16+63+123=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 123 (48.44% from 255 or 60.89% from 202); Max value from RGB is 123 - color contains mainly: blue. Hex color #103F7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F7B is #EFC084. Grayscale: #373737. Windows color (decimal): -15712389 or 8077072. OLE color: 8077072.
HSL color Cylindrical-coordinate representation of color #103F7B: hue angle of 213.64º 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 #103F7B is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 63 | 123 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.52 |
| HSL | 213.64º | 0.77% | 0.27% | - |
| HSV(B) | 213.64º | 0.87% | 0.48% | - |
| XYZ | 5.57 | 5.1 | 19.43 | - |
| YUV | 55.79 | 165.93 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 123 | 0.87 | 0.49 | 0 | 0.52 | 213.64 | 0.77 | 0.27 |
| Hex | 10 | 3F | 7B | 57 | 31 | 0 | 34 | D6 | 4D | 1B |
| Octal | 20 | 77 | 173 | 127 | 61 | 0 | 64 | 326 | 115 | 33 |
| Binary | 10000 | 111111 | 1111011 | 1010111 | 110001 | 0 | 110100 | 11010110 | 1001101 | 11011 |
Color Harmonies of #103F7B
Complementary color
Monochromatic Colors of #103F7B
Black with #103F7B
Text Example
Text Example
White with #103F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F7B; }
p { color: rgb(16,63,123); }
H1.HeaderClassName
{
color: #103F7B;
}
.AnyTagClassName
{
color: #103F7B;
}
</style>
background-color css
<style>
a { background-color: #103F7B; }
a { background-color: rgb(16,63,123); }
div.DivClassName
{
background-color: #103F7B;
}
.BgClassName
{
background-color: #103F7B;
}
</style>
border-color css
<style>
span { border-color: #103F7B; }
span { border-color: rgb(16,63,123); }
td.TdClassName
{
border-color: #103F7B;
}
.TagClassName
{
border-color: #103F7B;
}
</style>