Shades of Dark Cerulean #10418B
Tints of Dark Cerulean #10418B
RGB
CMYK
RGB Variations
Color information
#10418B (or 0x10418B) is known color: Dark Cerulean. HEX triplet: 10, 41 and 8B. RGB value is (16,65,139). Sum of RGB (Red+Green+Blue) = 16+65+139=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #10418B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10418B is #EFBE74. Grayscale: #3A3A3A. Windows color (decimal): -15711861 or 9126160. OLE color: 9126160.
HSL color Cylindrical-coordinate representation of color #10418B: hue angle of 216.1º 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 #10418B is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 65 | 139 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.45 |
| HSL | 216.1º | 0.79% | 0.3% | - |
| HSV(B) | 216.1º | 0.88% | 0.55% | - |
| XYZ | 6.76 | 5.75 | 25.18 | - |
| YUV | 58.79 | 173.27 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 139 | 0.88 | 0.53 | 0 | 0.45 | 216.1 | 0.79 | 0.3 |
| Hex | 10 | 41 | 8B | 58 | 35 | 0 | 2D | D8 | 4F | 1E |
| Octal | 20 | 101 | 213 | 130 | 65 | 0 | 55 | 330 | 117 | 36 |
| Binary | 10000 | 1000001 | 10001011 | 1011000 | 110101 | 0 | 101101 | 11011000 | 1001111 | 11110 |
Color Harmonies of #10418B
Complementary color
Monochromatic Colors of #10418B
Black with #10418B
Text Example
Text Example
White with #10418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10418B; }
p { color: rgb(16,65,139); }
H1.HeaderClassName
{
color: #10418B;
}
.AnyTagClassName
{
color: #10418B;
}
</style>
background-color css
<style>
a { background-color: #10418B; }
a { background-color: rgb(16,65,139); }
div.DivClassName
{
background-color: #10418B;
}
.BgClassName
{
background-color: #10418B;
}
</style>
border-color css
<style>
span { border-color: #10418B; }
span { border-color: rgb(16,65,139); }
td.TdClassName
{
border-color: #10418B;
}
.TagClassName
{
border-color: #10418B;
}
</style>