Shades of Ultramarine #1A09AC
Tints of Ultramarine #1A09AC
RGB
CMYK
RGB Variations
Color information
#1A09AC (or 0x1A09AC) is known color: Ultramarine. HEX triplet: 1A, 09 and AC. RGB value is (26,9,172). Sum of RGB (Red+Green+Blue) = 26+9+172=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 172 (67.58% from 255 or 83.09% from 207); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A09AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A09AC is #E5F653. Grayscale: #202020. Windows color (decimal): -15070804 or 11274522. OLE color: 11274522.
HSL color Cylindrical-coordinate representation of color #1A09AC: hue angle of 246.26º degrees, saturation: 0.9, 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 #1A09AC is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 9 | 172 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.33 |
| HSL | 246.26º | 0.9% | 0.35% | - |
| HSV(B) | 246.26º | 0.95% | 0.67% | - |
| XYZ | 7.97 | 3.39 | 39.26 | - |
| YUV | 32.67 | 206.63 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 172 | 0.85 | 0.95 | 0 | 0.33 | 246.26 | 0.9 | 0.35 |
| Hex | 1A | 9 | AC | 55 | 5F | 0 | 21 | F6 | 5A | 23 |
| Octal | 32 | 11 | 254 | 125 | 137 | 0 | 41 | 366 | 132 | 43 |
| Binary | 11010 | 1001 | 10101100 | 1010101 | 1011111 | 0 | 100001 | 11110110 | 1011010 | 100011 |
Color Harmonies of #1A09AC
Complementary color
Monochromatic Colors of #1A09AC
Black with #1A09AC
Text Example
Text Example
White with #1A09AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A09AC; }
p { color: rgb(26,9,172); }
H1.HeaderClassName
{
color: #1A09AC;
}
.AnyTagClassName
{
color: #1A09AC;
}
</style>
background-color css
<style>
a { background-color: #1A09AC; }
a { background-color: rgb(26,9,172); }
div.DivClassName
{
background-color: #1A09AC;
}
.BgClassName
{
background-color: #1A09AC;
}
</style>
border-color css
<style>
span { border-color: #1A09AC; }
span { border-color: rgb(26,9,172); }
td.TdClassName
{
border-color: #1A09AC;
}
.TagClassName
{
border-color: #1A09AC;
}
</style>