Shades of Dark Cerulean #105384
Tints of Dark Cerulean #105384
RGB
CMYK
RGB Variations
Color information
#105384 (or 0x105384) is known color: Dark Cerulean. HEX triplet: 10, 53 and 84. RGB value is (16,83,132). Sum of RGB (Red+Green+Blue) = 16+83+132=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #105384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105384 is #EFAC7B. Grayscale: #444444. Windows color (decimal): -15707260 or 8672016. OLE color: 8672016.
HSL color Cylindrical-coordinate representation of color #105384: hue angle of 205.34º degrees, saturation: 0.78, 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 #105384 is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 83 | 132 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.48 |
| HSL | 205.34º | 0.78% | 0.29% | - |
| HSV(B) | 205.34º | 0.88% | 0.52% | - |
| XYZ | 7.47 | 7.96 | 22.97 | - |
| YUV | 68.55 | 163.8 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 132 | 0.88 | 0.37 | 0 | 0.48 | 205.34 | 0.78 | 0.29 |
| Hex | 10 | 53 | 84 | 58 | 25 | 0 | 30 | CD | 4E | 1D |
| Octal | 20 | 123 | 204 | 130 | 45 | 0 | 60 | 315 | 116 | 35 |
| Binary | 10000 | 1010011 | 10000100 | 1011000 | 100101 | 0 | 110000 | 11001101 | 1001110 | 11101 |
Color Harmonies of #105384
Complementary color
Monochromatic Colors of #105384
Black with #105384
Text Example
Text Example
White with #105384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105384; }
p { color: rgb(16,83,132); }
H1.HeaderClassName
{
color: #105384;
}
.AnyTagClassName
{
color: #105384;
}
</style>
background-color css
<style>
a { background-color: #105384; }
a { background-color: rgb(16,83,132); }
div.DivClassName
{
background-color: #105384;
}
.BgClassName
{
background-color: #105384;
}
</style>
border-color css
<style>
span { border-color: #105384; }
span { border-color: rgb(16,83,132); }
td.TdClassName
{
border-color: #105384;
}
.TagClassName
{
border-color: #105384;
}
</style>