Shades of Dark Cerulean #103F70
Tints of Dark Cerulean #103F70
RGB
CMYK
RGB Variations
Color information
#103F70 (or 0x103F70) is known color: Dark Cerulean. HEX triplet: 10, 3F and 70. RGB value is (16,63,112). Sum of RGB (Red+Green+Blue) = 16+63+112=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #103F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F70 is #EFC08F. Grayscale: #363636. Windows color (decimal): -15712400 or 7356176. OLE color: 7356176.
HSL color Cylindrical-coordinate representation of color #103F70: hue angle of 210.62º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #103F70 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 63 | 112 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.56 |
| HSL | 210.63º | 0.75% | 0.25% | - |
| HSV(B) | 210.63º | 0.86% | 0.44% | - |
| XYZ | 4.92 | 4.84 | 16 | - |
| YUV | 54.53 | 160.43 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 112 | 0.86 | 0.44 | 0 | 0.56 | 210.63 | 0.75 | 0.25 |
| Hex | 10 | 3F | 70 | 56 | 2C | 0 | 38 | D3 | 4B | 19 |
| Octal | 20 | 77 | 160 | 126 | 54 | 0 | 70 | 323 | 113 | 31 |
| Binary | 10000 | 111111 | 1110000 | 1010110 | 101100 | 0 | 111000 | 11010011 | 1001011 | 11001 |
Color Harmonies of #103F70
Complementary color
Monochromatic Colors of #103F70
Black with #103F70
Text Example
Text Example
White with #103F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F70; }
p { color: rgb(16,63,112); }
H1.HeaderClassName
{
color: #103F70;
}
.AnyTagClassName
{
color: #103F70;
}
</style>
background-color css
<style>
a { background-color: #103F70; }
a { background-color: rgb(16,63,112); }
div.DivClassName
{
background-color: #103F70;
}
.BgClassName
{
background-color: #103F70;
}
</style>
border-color css
<style>
span { border-color: #103F70; }
span { border-color: rgb(16,63,112); }
td.TdClassName
{
border-color: #103F70;
}
.TagClassName
{
border-color: #103F70;
}
</style>