Shades of Ultramarine #10148B
Tints of Ultramarine #10148B
RGB
CMYK
RGB Variations
Color information
#10148B (or 0x10148B) is known color: Ultramarine. HEX triplet: 10, 14 and 8B. RGB value is (16,20,139). Sum of RGB (Red+Green+Blue) = 16+20+139=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 139 (54.69% from 255 or 79.43% from 175); Max value from RGB is 139 - color contains mainly: blue. Hex color #10148B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10148B is #EFEB74. Grayscale: #1F1F1F. Windows color (decimal): -15723381 or 9114640. OLE color: 9114640.
HSL color Cylindrical-coordinate representation of color #10148B: hue angle of 238.05º 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 #10148B is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 20 | 139 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.45 |
| HSL | 238.05º | 0.79% | 0.3% | - |
| HSV(B) | 238.05º | 0.88% | 0.55% | - |
| XYZ | 5.12 | 2.47 | 24.63 | - |
| YUV | 32.37 | 188.17 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 139 | 0.88 | 0.86 | 0 | 0.45 | 238.05 | 0.79 | 0.3 |
| Hex | 10 | 14 | 8B | 58 | 56 | 0 | 2D | EE | 4F | 1E |
| Octal | 20 | 24 | 213 | 130 | 126 | 0 | 55 | 356 | 117 | 36 |
| Binary | 10000 | 10100 | 10001011 | 1011000 | 1010110 | 0 | 101101 | 11101110 | 1001111 | 11110 |
Color Harmonies of #10148B
Complementary color
Monochromatic Colors of #10148B
Black with #10148B
Text Example
Text Example
White with #10148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10148B; }
p { color: rgb(16,20,139); }
H1.HeaderClassName
{
color: #10148B;
}
.AnyTagClassName
{
color: #10148B;
}
</style>
background-color css
<style>
a { background-color: #10148B; }
a { background-color: rgb(16,20,139); }
div.DivClassName
{
background-color: #10148B;
}
.BgClassName
{
background-color: #10148B;
}
</style>
border-color css
<style>
span { border-color: #10148B; }
span { border-color: rgb(16,20,139); }
td.TdClassName
{
border-color: #10148B;
}
.TagClassName
{
border-color: #10148B;
}
</style>