Shades of Dark Cerulean #103683
Tints of Dark Cerulean #103683
RGB
CMYK
RGB Variations
Color information
#103683 (or 0x103683) is known color: Dark Cerulean. HEX triplet: 10, 36 and 83. RGB value is (16,54,131). Sum of RGB (Red+Green+Blue) = 16+54+131=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 131 (51.56% from 255 or 65.17% from 201); Max value from RGB is 131 - color contains mainly: blue. Hex color #103683 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103683 is #EFC97C. Grayscale: #333333. Windows color (decimal): -15714685 or 8599056. OLE color: 8599056.
HSL color Cylindrical-coordinate representation of color #103683: hue angle of 220.17º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103683 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 54 | 131 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.49 |
| HSL | 220.17º | 0.78% | 0.29% | - |
| HSV(B) | 220.17º | 0.88% | 0.51% | - |
| XYZ | 5.63 | 4.39 | 22.02 | - |
| YUV | 51.42 | 172.91 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 54 | 131 | 0.88 | 0.59 | 0 | 0.49 | 220.17 | 0.78 | 0.29 |
| Hex | 10 | 36 | 83 | 58 | 3B | 0 | 31 | DC | 4E | 1D |
| Octal | 20 | 66 | 203 | 130 | 73 | 0 | 61 | 334 | 116 | 35 |
| Binary | 10000 | 110110 | 10000011 | 1011000 | 111011 | 0 | 110001 | 11011100 | 1001110 | 11101 |
Color Harmonies of #103683
Complementary color
Monochromatic Colors of #103683
Black with #103683
Text Example
Text Example
White with #103683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103683; }
p { color: rgb(16,54,131); }
H1.HeaderClassName
{
color: #103683;
}
.AnyTagClassName
{
color: #103683;
}
</style>
background-color css
<style>
a { background-color: #103683; }
a { background-color: rgb(16,54,131); }
div.DivClassName
{
background-color: #103683;
}
.BgClassName
{
background-color: #103683;
}
</style>
border-color css
<style>
span { border-color: #103683; }
span { border-color: rgb(16,54,131); }
td.TdClassName
{
border-color: #103683;
}
.TagClassName
{
border-color: #103683;
}
</style>