Shades of Dark Cerulean #104282
Tints of Dark Cerulean #104282
RGB
CMYK
RGB Variations
Color information
#104282 (or 0x104282) is known color: Dark Cerulean. HEX triplet: 10, 42 and 82. RGB value is (16,66,130). Sum of RGB (Red+Green+Blue) = 16+66+130=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #104282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104282 is #EFBD7D. Grayscale: #3A3A3A. Windows color (decimal): -15711614 or 8536592. OLE color: 8536592.
HSL color Cylindrical-coordinate representation of color #104282: hue angle of 213.68º 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 #104282 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 66 | 130 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.49 |
| HSL | 213.68º | 0.78% | 0.29% | - |
| HSV(B) | 213.68º | 0.88% | 0.51% | - |
| XYZ | 6.19 | 5.62 | 21.88 | - |
| YUV | 58.35 | 168.44 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 130 | 0.88 | 0.49 | 0 | 0.49 | 213.68 | 0.78 | 0.29 |
| Hex | 10 | 42 | 82 | 58 | 31 | 0 | 31 | D6 | 4E | 1D |
| Octal | 20 | 102 | 202 | 130 | 61 | 0 | 61 | 326 | 116 | 35 |
| Binary | 10000 | 1000010 | 10000010 | 1011000 | 110001 | 0 | 110001 | 11010110 | 1001110 | 11101 |
Color Harmonies of #104282
Complementary color
Monochromatic Colors of #104282
Black with #104282
Text Example
Text Example
White with #104282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104282; }
p { color: rgb(16,66,130); }
H1.HeaderClassName
{
color: #104282;
}
.AnyTagClassName
{
color: #104282;
}
</style>
background-color css
<style>
a { background-color: #104282; }
a { background-color: rgb(16,66,130); }
div.DivClassName
{
background-color: #104282;
}
.BgClassName
{
background-color: #104282;
}
</style>
border-color css
<style>
span { border-color: #104282; }
span { border-color: rgb(16,66,130); }
td.TdClassName
{
border-color: #104282;
}
.TagClassName
{
border-color: #104282;
}
</style>