Shades of Ultramarine #10148F
Tints of Ultramarine #10148F
RGB
CMYK
RGB Variations
Color information
#10148F (or 0x10148F) is known color: Ultramarine. HEX triplet: 10, 14 and 8F. RGB value is (16,20,143). Sum of RGB (Red+Green+Blue) = 16+20+143=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 143 (56.25% from 255 or 79.89% from 179); Max value from RGB is 143 - color contains mainly: blue. Hex color #10148F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10148F is #EFEB70. Grayscale: #202020. Windows color (decimal): -15723377 or 9376784. OLE color: 9376784.
HSL color Cylindrical-coordinate representation of color #10148F: hue angle of 238.11º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10148F is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 20 | 143 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.44 |
| HSL | 238.11º | 0.8% | 0.31% | - |
| HSV(B) | 238.11º | 0.89% | 0.56% | - |
| XYZ | 5.42 | 2.59 | 26.2 | - |
| YUV | 32.83 | 190.17 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 143 | 0.89 | 0.86 | 0 | 0.44 | 238.11 | 0.8 | 0.31 |
| Hex | 10 | 14 | 8F | 59 | 56 | 0 | 2C | EE | 50 | 1F |
| Octal | 20 | 24 | 217 | 131 | 126 | 0 | 54 | 356 | 120 | 37 |
| Binary | 10000 | 10100 | 10001111 | 1011001 | 1010110 | 0 | 101100 | 11101110 | 1010000 | 11111 |
Color Harmonies of #10148F
Complementary color
Monochromatic Colors of #10148F
Black with #10148F
Text Example
Text Example
White with #10148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10148F; }
p { color: rgb(16,20,143); }
H1.HeaderClassName
{
color: #10148F;
}
.AnyTagClassName
{
color: #10148F;
}
</style>
background-color css
<style>
a { background-color: #10148F; }
a { background-color: rgb(16,20,143); }
div.DivClassName
{
background-color: #10148F;
}
.BgClassName
{
background-color: #10148F;
}
</style>
border-color css
<style>
span { border-color: #10148F; }
span { border-color: rgb(16,20,143); }
td.TdClassName
{
border-color: #10148F;
}
.TagClassName
{
border-color: #10148F;
}
</style>