Shades of Ultramarine #09148D
Tints of Ultramarine #09148D
RGB
CMYK
RGB Variations
Color information
#09148D (or 0x09148D) is known color: Ultramarine. HEX triplet: 09, 14 and 8D. RGB value is (9,20,141). Sum of RGB (Red+Green+Blue) = 9+20+141=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 141 (55.47% from 255 or 82.94% from 170); Max value from RGB is 141 - color contains mainly: blue. Hex color #09148D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09148D is #F6EB72. Grayscale: #1E1E1E. Windows color (decimal): -16182131 or 9245705. OLE color: 9245705.
HSL color Cylindrical-coordinate representation of color #09148D: hue angle of 235º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09148D is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 20 | 141 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.45 |
| HSL | 235º | 0.88% | 0.29% | - |
| HSV(B) | 235º | 0.94% | 0.55% | - |
| XYZ | 5.17 | 2.48 | 25.41 | - |
| YUV | 30.51 | 190.36 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 141 | 0.94 | 0.86 | 0 | 0.45 | 235 | 0.88 | 0.29 |
| Hex | 9 | 14 | 8D | 5E | 56 | 0 | 2D | EB | 58 | 1D |
| Octal | 11 | 24 | 215 | 136 | 126 | 0 | 55 | 353 | 130 | 35 |
| Binary | 1001 | 10100 | 10001101 | 1011110 | 1010110 | 0 | 101101 | 11101011 | 1011000 | 11101 |
Color Harmonies of #09148D
Complementary color
Monochromatic Colors of #09148D
Black with #09148D
Text Example
Text Example
White with #09148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09148D; }
p { color: rgb(9,20,141); }
H1.HeaderClassName
{
color: #09148D;
}
.AnyTagClassName
{
color: #09148D;
}
</style>
background-color css
<style>
a { background-color: #09148D; }
a { background-color: rgb(9,20,141); }
div.DivClassName
{
background-color: #09148D;
}
.BgClassName
{
background-color: #09148D;
}
</style>
border-color css
<style>
span { border-color: #09148D; }
span { border-color: rgb(9,20,141); }
td.TdClassName
{
border-color: #09148D;
}
.TagClassName
{
border-color: #09148D;
}
</style>