Shades of Ultramarine #09108A
Tints of Ultramarine #09108A
RGB
CMYK
RGB Variations
Color information
#09108A (or 0x09108A) is known color: Ultramarine. HEX triplet: 09, 10 and 8A. RGB value is (9,16,138). Sum of RGB (Red+Green+Blue) = 9+16+138=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 138 (54.30% from 255 or 84.66% from 163); Max value from RGB is 138 - color contains mainly: blue. Hex color #09108A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09108A is #F6EF75. Grayscale: #1B1B1B. Windows color (decimal): -16183158 or 9048073. OLE color: 9048073.
HSL color Cylindrical-coordinate representation of color #09108A: hue angle of 236.74º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09108A is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 16 | 138 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.46 |
| HSL | 236.74º | 0.88% | 0.29% | - |
| HSV(B) | 236.74º | 0.93% | 0.54% | - |
| XYZ | 4.89 | 2.26 | 24.22 | - |
| YUV | 27.82 | 190.18 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 138 | 0.93 | 0.88 | 0 | 0.46 | 236.74 | 0.88 | 0.29 |
| Hex | 9 | 10 | 8A | 5D | 58 | 0 | 2E | ED | 58 | 1D |
| Octal | 11 | 20 | 212 | 135 | 130 | 0 | 56 | 355 | 130 | 35 |
| Binary | 1001 | 10000 | 10001010 | 1011101 | 1011000 | 0 | 101110 | 11101101 | 1011000 | 11101 |
Color Harmonies of #09108A
Complementary color
Monochromatic Colors of #09108A
Black with #09108A
Text Example
Text Example
White with #09108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09108A; }
p { color: rgb(9,16,138); }
H1.HeaderClassName
{
color: #09108A;
}
.AnyTagClassName
{
color: #09108A;
}
</style>
background-color css
<style>
a { background-color: #09108A; }
a { background-color: rgb(9,16,138); }
div.DivClassName
{
background-color: #09108A;
}
.BgClassName
{
background-color: #09108A;
}
</style>
border-color css
<style>
span { border-color: #09108A; }
span { border-color: rgb(9,16,138); }
td.TdClassName
{
border-color: #09108A;
}
.TagClassName
{
border-color: #09108A;
}
</style>