Shades of Dark Cerulean #10497A
Tints of Dark Cerulean #10497A
RGB
CMYK
RGB Variations
Color information
#10497A (or 0x10497A) is known color: Dark Cerulean. HEX triplet: 10, 49 and 7A. RGB value is (16,73,122). Sum of RGB (Red+Green+Blue) = 16+73+122=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 122 (48.05% from 255 or 57.82% from 211); Max value from RGB is 122 - color contains mainly: blue. Hex color #10497A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10497A is #EFB685. Grayscale: #3D3D3D. Windows color (decimal): -15709830 or 8014096. OLE color: 8014096.
HSL color Cylindrical-coordinate representation of color #10497A: hue angle of 207.74º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10497A is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 73 | 122 | - |
| CMYK | 0.87 | 0.40 | 0 | 0.52 |
| HSL | 207.74º | 0.77% | 0.27% | - |
| HSV(B) | 207.74º | 0.87% | 0.48% | - |
| XYZ | 6.11 | 6.28 | 19.3 | - |
| YUV | 61.54 | 162.12 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 122 | 0.87 | 0.40 | 0 | 0.52 | 207.74 | 0.77 | 0.27 |
| Hex | 10 | 49 | 7A | 57 | 28 | 0 | 34 | D0 | 4D | 1B |
| Octal | 20 | 111 | 172 | 127 | 50 | 0 | 64 | 320 | 115 | 33 |
| Binary | 10000 | 1001001 | 1111010 | 1010111 | 101000 | 0 | 110100 | 11010000 | 1001101 | 11011 |
Color Harmonies of #10497A
Complementary color
Monochromatic Colors of #10497A
Black with #10497A
Text Example
Text Example
White with #10497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10497A; }
p { color: rgb(16,73,122); }
H1.HeaderClassName
{
color: #10497A;
}
.AnyTagClassName
{
color: #10497A;
}
</style>
background-color css
<style>
a { background-color: #10497A; }
a { background-color: rgb(16,73,122); }
div.DivClassName
{
background-color: #10497A;
}
.BgClassName
{
background-color: #10497A;
}
</style>
border-color css
<style>
span { border-color: #10497A; }
span { border-color: rgb(16,73,122); }
td.TdClassName
{
border-color: #10497A;
}
.TagClassName
{
border-color: #10497A;
}
</style>