Shades of Ultramarine #1908AC
Tints of Ultramarine #1908AC
RGB
CMYK
RGB Variations
Color information
#1908AC (or 0x1908AC) is known color: Ultramarine. HEX triplet: 19, 08 and AC. RGB value is (25,8,172). Sum of RGB (Red+Green+Blue) = 25+8+172=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 172 (67.58% from 255 or 83.90% from 205); Max value from RGB is 172 - color contains mainly: blue. Hex color #1908AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1908AC is #E6F753. Grayscale: #1F1F1F. Windows color (decimal): -15136596 or 11274265. OLE color: 11274265.
HSL color Cylindrical-coordinate representation of color #1908AC: hue angle of 246.22º 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 #1908AC is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 8 | 172 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.33 |
| HSL | 246.22º | 0.91% | 0.35% | - |
| HSV(B) | 246.22º | 0.95% | 0.67% | - |
| XYZ | 7.93 | 3.36 | 39.26 | - |
| YUV | 31.78 | 207.13 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 172 | 0.85 | 0.95 | 0 | 0.33 | 246.22 | 0.91 | 0.35 |
| Hex | 19 | 8 | AC | 55 | 5F | 0 | 21 | F6 | 5B | 23 |
| Octal | 31 | 10 | 254 | 125 | 137 | 0 | 41 | 366 | 133 | 43 |
| Binary | 11001 | 1000 | 10101100 | 1010101 | 1011111 | 0 | 100001 | 11110110 | 1011011 | 100011 |
Color Harmonies of #1908AC
Complementary color
Monochromatic Colors of #1908AC
Black with #1908AC
Text Example
Text Example
White with #1908AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1908AC; }
p { color: rgb(25,8,172); }
H1.HeaderClassName
{
color: #1908AC;
}
.AnyTagClassName
{
color: #1908AC;
}
</style>
background-color css
<style>
a { background-color: #1908AC; }
a { background-color: rgb(25,8,172); }
div.DivClassName
{
background-color: #1908AC;
}
.BgClassName
{
background-color: #1908AC;
}
</style>
border-color css
<style>
span { border-color: #1908AC; }
span { border-color: rgb(25,8,172); }
td.TdClassName
{
border-color: #1908AC;
}
.TagClassName
{
border-color: #1908AC;
}
</style>