Shades of Dark Cerulean #10496A
Tints of Dark Cerulean #10496A
RGB
CMYK
RGB Variations
Color information
#10496A (or 0x10496A) is known color: Dark Cerulean. HEX triplet: 10, 49 and 6A. RGB value is (16,73,106). Sum of RGB (Red+Green+Blue) = 16+73+106=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 106 (41.80% from 255 or 54.36% from 195); Max value from RGB is 106 - color contains mainly: blue. Hex color #10496A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10496A is #EFB695. Grayscale: #3B3B3B. Windows color (decimal): -15709846 or 6965520. OLE color: 6965520.
HSL color Cylindrical-coordinate representation of color #10496A: hue angle of 202º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10496A is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 73 | 106 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.58 |
| HSL | 202º | 0.74% | 0.24% | - |
| HSV(B) | 202º | 0.85% | 0.42% | - |
| XYZ | 5.2 | 5.92 | 14.5 | - |
| YUV | 59.72 | 154.12 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 106 | 0.85 | 0.31 | 0 | 0.58 | 202 | 0.74 | 0.24 |
| Hex | 10 | 49 | 6A | 55 | 1F | 0 | 3A | CA | 4A | 18 |
| Octal | 20 | 111 | 152 | 125 | 37 | 0 | 72 | 312 | 112 | 30 |
| Binary | 10000 | 1001001 | 1101010 | 1010101 | 11111 | 0 | 111010 | 11001010 | 1001010 | 11000 |
Color Harmonies of #10496A
Complementary color
Monochromatic Colors of #10496A
Black with #10496A
Text Example
Text Example
White with #10496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10496A; }
p { color: rgb(16,73,106); }
H1.HeaderClassName
{
color: #10496A;
}
.AnyTagClassName
{
color: #10496A;
}
</style>
background-color css
<style>
a { background-color: #10496A; }
a { background-color: rgb(16,73,106); }
div.DivClassName
{
background-color: #10496A;
}
.BgClassName
{
background-color: #10496A;
}
</style>
border-color css
<style>
span { border-color: #10496A; }
span { border-color: rgb(16,73,106); }
td.TdClassName
{
border-color: #10496A;
}
.TagClassName
{
border-color: #10496A;
}
</style>