Shades of Dark Cerulean #103483
Tints of Dark Cerulean #103483
RGB
CMYK
RGB Variations
Color information
#103483 (or 0x103483) is known color: Dark Cerulean. HEX triplet: 10, 34 and 83. RGB value is (16,52,131). Sum of RGB (Red+Green+Blue) = 16+52+131=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 131 (51.56% from 255 or 65.83% from 199); Max value from RGB is 131 - color contains mainly: blue. Hex color #103483 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103483 is #EFCB7C. Grayscale: #313131. Windows color (decimal): -15715197 or 8598544. OLE color: 8598544.
HSL color Cylindrical-coordinate representation of color #103483: hue angle of 221.22º 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 #103483 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 52 | 131 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.49 |
| HSL | 221.22º | 0.78% | 0.29% | - |
| HSV(B) | 221.22º | 0.88% | 0.51% | - |
| XYZ | 5.54 | 4.2 | 21.99 | - |
| YUV | 50.24 | 173.57 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 131 | 0.88 | 0.60 | 0 | 0.49 | 221.22 | 0.78 | 0.29 |
| Hex | 10 | 34 | 83 | 58 | 3C | 0 | 31 | DD | 4E | 1D |
| Octal | 20 | 64 | 203 | 130 | 74 | 0 | 61 | 335 | 116 | 35 |
| Binary | 10000 | 110100 | 10000011 | 1011000 | 111100 | 0 | 110001 | 11011101 | 1001110 | 11101 |
Color Harmonies of #103483
Complementary color
Monochromatic Colors of #103483
Black with #103483
Text Example
Text Example
White with #103483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103483; }
p { color: rgb(16,52,131); }
H1.HeaderClassName
{
color: #103483;
}
.AnyTagClassName
{
color: #103483;
}
</style>
background-color css
<style>
a { background-color: #103483; }
a { background-color: rgb(16,52,131); }
div.DivClassName
{
background-color: #103483;
}
.BgClassName
{
background-color: #103483;
}
</style>
border-color css
<style>
span { border-color: #103483; }
span { border-color: rgb(16,52,131); }
td.TdClassName
{
border-color: #103483;
}
.TagClassName
{
border-color: #103483;
}
</style>