Shades of Dark Cerulean #10428D
Tints of Dark Cerulean #10428D
RGB
CMYK
RGB Variations
Color information
#10428D (or 0x10428D) is known color: Dark Cerulean. HEX triplet: 10, 42 and 8D. RGB value is (16,66,141). Sum of RGB (Red+Green+Blue) = 16+66+141=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #10428D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10428D is #EFBD72. Grayscale: #3B3B3B. Windows color (decimal): -15711603 or 9257488. OLE color: 9257488.
HSL color Cylindrical-coordinate representation of color #10428D: hue angle of 216º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10428D is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 66 | 141 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.45 |
| HSL | 216º | 0.8% | 0.31% | - |
| HSV(B) | 216º | 0.89% | 0.55% | - |
| XYZ | 6.97 | 5.93 | 25.98 | - |
| YUV | 59.6 | 173.94 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 141 | 0.89 | 0.53 | 0 | 0.45 | 216 | 0.8 | 0.31 |
| Hex | 10 | 42 | 8D | 59 | 35 | 0 | 2D | D8 | 50 | 1F |
| Octal | 20 | 102 | 215 | 131 | 65 | 0 | 55 | 330 | 120 | 37 |
| Binary | 10000 | 1000010 | 10001101 | 1011001 | 110101 | 0 | 101101 | 11011000 | 1010000 | 11111 |
Color Harmonies of #10428D
Complementary color
Monochromatic Colors of #10428D
Black with #10428D
Text Example
Text Example
White with #10428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10428D; }
p { color: rgb(16,66,141); }
H1.HeaderClassName
{
color: #10428D;
}
.AnyTagClassName
{
color: #10428D;
}
</style>
background-color css
<style>
a { background-color: #10428D; }
a { background-color: rgb(16,66,141); }
div.DivClassName
{
background-color: #10428D;
}
.BgClassName
{
background-color: #10428D;
}
</style>
border-color css
<style>
span { border-color: #10428D; }
span { border-color: rgb(16,66,141); }
td.TdClassName
{
border-color: #10428D;
}
.TagClassName
{
border-color: #10428D;
}
</style>