Shades of Dark Cerulean #103A85
Tints of Dark Cerulean #103A85
RGB
CMYK
RGB Variations
Color information
#103A85 (or 0x103A85) is known color: Dark Cerulean. HEX triplet: 10, 3A and 85. RGB value is (16,58,133). Sum of RGB (Red+Green+Blue) = 16+58+133=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #103A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103A85 is #EFC57A. Grayscale: #353535. Windows color (decimal): -15713659 or 8731152. OLE color: 8731152.
HSL color Cylindrical-coordinate representation of color #103A85: hue angle of 218.46º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103A85 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 58 | 133 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.48 |
| HSL | 218.46º | 0.79% | 0.29% | - |
| HSV(B) | 218.46º | 0.88% | 0.52% | - |
| XYZ | 5.96 | 4.83 | 22.81 | - |
| YUV | 53.99 | 172.59 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 133 | 0.88 | 0.56 | 0 | 0.48 | 218.46 | 0.79 | 0.29 |
| Hex | 10 | 3A | 85 | 58 | 38 | 0 | 30 | DA | 4F | 1D |
| Octal | 20 | 72 | 205 | 130 | 70 | 0 | 60 | 332 | 117 | 35 |
| Binary | 10000 | 111010 | 10000101 | 1011000 | 111000 | 0 | 110000 | 11011010 | 1001111 | 11101 |
Color Harmonies of #103A85
Complementary color
Monochromatic Colors of #103A85
Black with #103A85
Text Example
Text Example
White with #103A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103A85; }
p { color: rgb(16,58,133); }
H1.HeaderClassName
{
color: #103A85;
}
.AnyTagClassName
{
color: #103A85;
}
</style>
background-color css
<style>
a { background-color: #103A85; }
a { background-color: rgb(16,58,133); }
div.DivClassName
{
background-color: #103A85;
}
.BgClassName
{
background-color: #103A85;
}
</style>
border-color css
<style>
span { border-color: #103A85; }
span { border-color: rgb(16,58,133); }
td.TdClassName
{
border-color: #103A85;
}
.TagClassName
{
border-color: #103A85;
}
</style>