Shades of Ultramarine #1908AB
Tints of Ultramarine #1908AB
RGB
CMYK
RGB Variations
Color information
#1908AB (or 0x1908AB) is known color: Ultramarine. HEX triplet: 19, 08 and AB. RGB value is (25,8,171). Sum of RGB (Red+Green+Blue) = 25+8+171=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 171 (67.19% from 255 or 83.82% from 204); Max value from RGB is 171 - color contains mainly: blue. Hex color #1908AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1908AB is #E6F754. Grayscale: #1F1F1F. Windows color (decimal): -15136597 or 11208729. OLE color: 11208729.
HSL color Cylindrical-coordinate representation of color #1908AB: hue angle of 246.26º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1908AB is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 8 | 171 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.33 |
| HSL | 246.26º | 0.91% | 0.35% | - |
| HSV(B) | 246.26º | 0.95% | 0.67% | - |
| XYZ | 7.84 | 3.32 | 38.76 | - |
| YUV | 31.67 | 206.63 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 171 | 0.85 | 0.95 | 0 | 0.33 | 246.26 | 0.91 | 0.35 |
| Hex | 19 | 8 | AB | 55 | 5F | 0 | 21 | F6 | 5B | 23 |
| Octal | 31 | 10 | 253 | 125 | 137 | 0 | 41 | 366 | 133 | 43 |
| Binary | 11001 | 1000 | 10101011 | 1010101 | 1011111 | 0 | 100001 | 11110110 | 1011011 | 100011 |
Color Harmonies of #1908AB
Complementary color
Monochromatic Colors of #1908AB
Black with #1908AB
Text Example
Text Example
White with #1908AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1908AB; }
p { color: rgb(25,8,171); }
H1.HeaderClassName
{
color: #1908AB;
}
.AnyTagClassName
{
color: #1908AB;
}
</style>
background-color css
<style>
a { background-color: #1908AB; }
a { background-color: rgb(25,8,171); }
div.DivClassName
{
background-color: #1908AB;
}
.BgClassName
{
background-color: #1908AB;
}
</style>
border-color css
<style>
span { border-color: #1908AB; }
span { border-color: rgb(25,8,171); }
td.TdClassName
{
border-color: #1908AB;
}
.TagClassName
{
border-color: #1908AB;
}
</style>