Shades of Dark Cerulean #103C72
Tints of Dark Cerulean #103C72
RGB
CMYK
RGB Variations
Color information
#103C72 (or 0x103C72) is known color: Dark Cerulean. HEX triplet: 10, 3C and 72. RGB value is (16,60,114). Sum of RGB (Red+Green+Blue) = 16+60+114=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #103C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C72 is #EFC38D. Grayscale: #343434. Windows color (decimal): -15713166 or 7486480. OLE color: 7486480.
HSL color Cylindrical-coordinate representation of color #103C72: hue angle of 213.06º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #103C72 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 60 | 114 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.55 |
| HSL | 213.06º | 0.75% | 0.25% | - |
| HSV(B) | 213.06º | 0.86% | 0.45% | - |
| XYZ | 4.87 | 4.56 | 16.54 | - |
| YUV | 53 | 162.42 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 114 | 0.86 | 0.47 | 0 | 0.55 | 213.06 | 0.75 | 0.25 |
| Hex | 10 | 3C | 72 | 56 | 2F | 0 | 37 | D5 | 4B | 19 |
| Octal | 20 | 74 | 162 | 126 | 57 | 0 | 67 | 325 | 113 | 31 |
| Binary | 10000 | 111100 | 1110010 | 1010110 | 101111 | 0 | 110111 | 11010101 | 1001011 | 11001 |
Color Harmonies of #103C72
Complementary color
Monochromatic Colors of #103C72
Black with #103C72
Text Example
Text Example
White with #103C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103C72; }
p { color: rgb(16,60,114); }
H1.HeaderClassName
{
color: #103C72;
}
.AnyTagClassName
{
color: #103C72;
}
</style>
background-color css
<style>
a { background-color: #103C72; }
a { background-color: rgb(16,60,114); }
div.DivClassName
{
background-color: #103C72;
}
.BgClassName
{
background-color: #103C72;
}
</style>
border-color css
<style>
span { border-color: #103C72; }
span { border-color: rgb(16,60,114); }
td.TdClassName
{
border-color: #103C72;
}
.TagClassName
{
border-color: #103C72;
}
</style>