Shades of Ultramarine #1A089C
Tints of Ultramarine #1A089C
RGB
CMYK
RGB Variations
Color information
#1A089C (or 0x1A089C) is known color: Ultramarine. HEX triplet: 1A, 08 and 9C. RGB value is (26,8,156). Sum of RGB (Red+Green+Blue) = 26+8+156=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 156 (61.33% from 255 or 82.11% from 190); Max value from RGB is 156 - color contains mainly: blue. Hex color #1A089C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A089C is #E5F763. Grayscale: #1D1D1D. Windows color (decimal): -15071076 or 10225690. OLE color: 10225690.
HSL color Cylindrical-coordinate representation of color #1A089C: hue angle of 247.3º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A089C is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 26 | 8 | 156 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.39 |
| HSL | 247.3º | 0.9% | 0.32% | - |
| HSV(B) | 247.3º | 0.95% | 0.61% | - |
| XYZ | 6.51 | 2.79 | 31.65 | - |
| YUV | 30.25 | 198.96 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 8 | 156 | 0.83 | 0.95 | 0 | 0.39 | 247.3 | 0.9 | 0.32 |
| Hex | 1A | 8 | 9C | 53 | 5F | 0 | 27 | F7 | 5A | 20 |
| Octal | 32 | 10 | 234 | 123 | 137 | 0 | 47 | 367 | 132 | 40 |
| Binary | 11010 | 1000 | 10011100 | 1010011 | 1011111 | 0 | 100111 | 11110111 | 1011010 | 100000 |
Color Harmonies of #1A089C
Complementary color
Monochromatic Colors of #1A089C
Black with #1A089C
Text Example
Text Example
White with #1A089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A089C; }
p { color: rgb(26,8,156); }
H1.HeaderClassName
{
color: #1A089C;
}
.AnyTagClassName
{
color: #1A089C;
}
</style>
background-color css
<style>
a { background-color: #1A089C; }
a { background-color: rgb(26,8,156); }
div.DivClassName
{
background-color: #1A089C;
}
.BgClassName
{
background-color: #1A089C;
}
</style>
border-color css
<style>
span { border-color: #1A089C; }
span { border-color: rgb(26,8,156); }
td.TdClassName
{
border-color: #1A089C;
}
.TagClassName
{
border-color: #1A089C;
}
</style>