Shades of Dark Cerulean #105283
Tints of Dark Cerulean #105283
RGB
CMYK
RGB Variations
Color information
#105283 (or 0x105283) is known color: Dark Cerulean. HEX triplet: 10, 52 and 83. RGB value is (16,82,131). Sum of RGB (Red+Green+Blue) = 16+82+131=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 131 (51.56% from 255 or 57.21% from 229); Max value from RGB is 131 - color contains mainly: blue. Hex color #105283 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105283 is #EFAD7C. Grayscale: #434343. Windows color (decimal): -15707517 or 8606224. OLE color: 8606224.
HSL color Cylindrical-coordinate representation of color #105283: hue angle of 205.57º 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 #105283 is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 82 | 131 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.49 |
| HSL | 205.57º | 0.78% | 0.29% | - |
| HSV(B) | 205.57º | 0.88% | 0.51% | - |
| XYZ | 7.33 | 7.78 | 22.59 | - |
| YUV | 67.85 | 163.63 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 131 | 0.88 | 0.37 | 0 | 0.49 | 205.57 | 0.78 | 0.29 |
| Hex | 10 | 52 | 83 | 58 | 25 | 0 | 31 | CE | 4E | 1D |
| Octal | 20 | 122 | 203 | 130 | 45 | 0 | 61 | 316 | 116 | 35 |
| Binary | 10000 | 1010010 | 10000011 | 1011000 | 100101 | 0 | 110001 | 11001110 | 1001110 | 11101 |
Color Harmonies of #105283
Complementary color
Monochromatic Colors of #105283
Black with #105283
Text Example
Text Example
White with #105283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105283; }
p { color: rgb(16,82,131); }
H1.HeaderClassName
{
color: #105283;
}
.AnyTagClassName
{
color: #105283;
}
</style>
background-color css
<style>
a { background-color: #105283; }
a { background-color: rgb(16,82,131); }
div.DivClassName
{
background-color: #105283;
}
.BgClassName
{
background-color: #105283;
}
</style>
border-color css
<style>
span { border-color: #105283; }
span { border-color: rgb(16,82,131); }
td.TdClassName
{
border-color: #105283;
}
.TagClassName
{
border-color: #105283;
}
</style>