Shades of Dark Cerulean #103B77
Tints of Dark Cerulean #103B77
RGB
CMYK
RGB Variations
Color information
#103B77 (or 0x103B77) is known color: Dark Cerulean. HEX triplet: 10, 3B and 77. RGB value is (16,59,119). Sum of RGB (Red+Green+Blue) = 16+59+119=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #103B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B77 is #EFC488. Grayscale: #343434. Windows color (decimal): -15713417 or 7813904. OLE color: 7813904.
HSL color Cylindrical-coordinate representation of color #103B77: hue angle of 214.95º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #103B77 is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 59 | 119 | - |
| CMYK | 0.87 | 0.50 | 0 | 0.53 |
| HSL | 214.95º | 0.76% | 0.26% | - |
| HSV(B) | 214.95º | 0.87% | 0.47% | - |
| XYZ | 5.11 | 4.57 | 18.07 | - |
| YUV | 52.98 | 165.25 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 119 | 0.87 | 0.50 | 0 | 0.53 | 214.95 | 0.76 | 0.26 |
| Hex | 10 | 3B | 77 | 57 | 32 | 0 | 35 | D7 | 4C | 1A |
| Octal | 20 | 73 | 167 | 127 | 62 | 0 | 65 | 327 | 114 | 32 |
| Binary | 10000 | 111011 | 1110111 | 1010111 | 110010 | 0 | 110101 | 11010111 | 1001100 | 11010 |
Color Harmonies of #103B77
Complementary color
Monochromatic Colors of #103B77
Black with #103B77
Text Example
Text Example
White with #103B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103B77; }
p { color: rgb(16,59,119); }
H1.HeaderClassName
{
color: #103B77;
}
.AnyTagClassName
{
color: #103B77;
}
</style>
background-color css
<style>
a { background-color: #103B77; }
a { background-color: rgb(16,59,119); }
div.DivClassName
{
background-color: #103B77;
}
.BgClassName
{
background-color: #103B77;
}
</style>
border-color css
<style>
span { border-color: #103B77; }
span { border-color: rgb(16,59,119); }
td.TdClassName
{
border-color: #103B77;
}
.TagClassName
{
border-color: #103B77;
}
</style>