Shades of Ultramarine #29009B
Tints of Ultramarine #29009B
RGB
CMYK
RGB Variations
Color information
#29009B (or 0x29009B) is known color: Ultramarine. HEX triplet: 29, 00 and 9B. RGB value is (41,0,155). Sum of RGB (Red+Green+Blue) = 41+0+155=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 155 (60.94% from 255 or 79.08% from 196); Max value from RGB is 155 - color contains mainly: blue. Hex color #29009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29009B is #D6FF64. Grayscale: #1D1D1D. Windows color (decimal): -14090085 or 10158121. OLE color: 10158121.
HSL color Cylindrical-coordinate representation of color #29009B: hue angle of 255.87º 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 #29009B is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 0 | 155 | - |
| CMYK | 0.74 | 1 | 0 | 0.39 |
| HSL | 255.87º | 1% | 0.3% | - |
| HSV(B) | 255.87º | 1% | 0.61% | - |
| XYZ | 6.83 | 2.84 | 31.2 | - |
| YUV | 29.93 | 198.58 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 0 | 155 | 0.74 | 1 | 0 | 0.39 | 255.87 | 1 | 0.3 |
| Hex | 29 | 0 | 9B | 4A | 64 | 0 | 27 | 100 | 64 | 1E |
| Octal | 51 | 0 | 233 | 112 | 144 | 0 | 47 | 400 | 144 | 36 |
| Binary | 101001 | 0 | 10011011 | 1001010 | 1100100 | 0 | 100111 | 100000000 | 1100100 | 11110 |
Color Harmonies of #29009B
Complementary color
Monochromatic Colors of #29009B
Black with #29009B
Text Example
Text Example
White with #29009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29009B; }
p { color: rgb(41,0,155); }
H1.HeaderClassName
{
color: #29009B;
}
.AnyTagClassName
{
color: #29009B;
}
</style>
background-color css
<style>
a { background-color: #29009B; }
a { background-color: rgb(41,0,155); }
div.DivClassName
{
background-color: #29009B;
}
.BgClassName
{
background-color: #29009B;
}
</style>
border-color css
<style>
span { border-color: #29009B; }
span { border-color: rgb(41,0,155); }
td.TdClassName
{
border-color: #29009B;
}
.TagClassName
{
border-color: #29009B;
}
</style>