Shades of Ultramarine #10009B
Tints of Ultramarine #10009B
RGB
CMYK
RGB Variations
Color information
#10009B (or 0x10009B) is known color: Ultramarine. HEX triplet: 10, 00 and 9B. RGB value is (16,0,155). Sum of RGB (Red+Green+Blue) = 16+0+155=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 155 (60.94% from 255 or 90.64% from 171); Max value from RGB is 155 - color contains mainly: blue. Hex color #10009B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10009B is #EFFF64. Grayscale: #151515. Windows color (decimal): -15728485 or 10158096. OLE color: 10158096.
HSL color Cylindrical-coordinate representation of color #10009B: hue angle of 246.19º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10009B is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 0 | 155 | - |
| CMYK | 0.90 | 1 | 0 | 0.39 |
| HSL | 246.19º | 1% | 0.3% | - |
| HSV(B) | 246.19º | 1% | 0.61% | - |
| XYZ | 6.13 | 2.48 | 31.17 | - |
| YUV | 22.45 | 202.8 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 155 | 0.90 | 1 | 0 | 0.39 | 246.19 | 1 | 0.3 |
| Hex | 10 | 0 | 9B | 5A | 64 | 0 | 27 | F6 | 64 | 1E |
| Octal | 20 | 0 | 233 | 132 | 144 | 0 | 47 | 366 | 144 | 36 |
| Binary | 10000 | 0 | 10011011 | 1011010 | 1100100 | 0 | 100111 | 11110110 | 1100100 | 11110 |
Color Harmonies of #10009B
Complementary color
Monochromatic Colors of #10009B
Black with #10009B
Text Example
Text Example
White with #10009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10009B; }
p { color: rgb(16,0,155); }
H1.HeaderClassName
{
color: #10009B;
}
.AnyTagClassName
{
color: #10009B;
}
</style>
background-color css
<style>
a { background-color: #10009B; }
a { background-color: rgb(16,0,155); }
div.DivClassName
{
background-color: #10009B;
}
.BgClassName
{
background-color: #10009B;
}
</style>
border-color css
<style>
span { border-color: #10009B; }
span { border-color: rgb(16,0,155); }
td.TdClassName
{
border-color: #10009B;
}
.TagClassName
{
border-color: #10009B;
}
</style>