Shades of Dark Cerulean #10498B
Tints of Dark Cerulean #10498B
RGB
CMYK
RGB Variations
Color information
#10498B (or 0x10498B) is known color: Dark Cerulean. HEX triplet: 10, 49 and 8B. RGB value is (16,73,139). Sum of RGB (Red+Green+Blue) = 16+73+139=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #10498B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10498B is #EFB674. Grayscale: #3F3F3F. Windows color (decimal): -15709813 or 9128208. OLE color: 9128208.
HSL color Cylindrical-coordinate representation of color #10498B: hue angle of 212.2º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10498B is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 73 | 139 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.45 |
| HSL | 212.2º | 0.79% | 0.3% | - |
| HSV(B) | 212.2º | 0.88% | 0.55% | - |
| XYZ | 7.26 | 6.74 | 25.34 | - |
| YUV | 63.48 | 170.62 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 139 | 0.88 | 0.47 | 0 | 0.45 | 212.2 | 0.79 | 0.3 |
| Hex | 10 | 49 | 8B | 58 | 2F | 0 | 2D | D4 | 4F | 1E |
| Octal | 20 | 111 | 213 | 130 | 57 | 0 | 55 | 324 | 117 | 36 |
| Binary | 10000 | 1001001 | 10001011 | 1011000 | 101111 | 0 | 101101 | 11010100 | 1001111 | 11110 |
Color Harmonies of #10498B
Complementary color
Monochromatic Colors of #10498B
Black with #10498B
Text Example
Text Example
White with #10498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10498B; }
p { color: rgb(16,73,139); }
H1.HeaderClassName
{
color: #10498B;
}
.AnyTagClassName
{
color: #10498B;
}
</style>
background-color css
<style>
a { background-color: #10498B; }
a { background-color: rgb(16,73,139); }
div.DivClassName
{
background-color: #10498B;
}
.BgClassName
{
background-color: #10498B;
}
</style>
border-color css
<style>
span { border-color: #10498B; }
span { border-color: rgb(16,73,139); }
td.TdClassName
{
border-color: #10498B;
}
.TagClassName
{
border-color: #10498B;
}
</style>