Shades of Ultramarine #1A097C
Tints of Ultramarine #1A097C
RGB
CMYK
RGB Variations
Color information
#1A097C (or 0x1A097C) is known color: Ultramarine. HEX triplet: 1A, 09 and 7C. RGB value is (26,9,124). Sum of RGB (Red+Green+Blue) = 26+9+124=159 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.35% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 124 (48.83% from 255 or 77.99% from 159); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A097C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A097C is #E5F683. Grayscale: #1A1A1A. Windows color (decimal): -15070852 or 8128794. OLE color: 8128794.
HSL color Cylindrical-coordinate representation of color #1A097C: hue angle of 248.87º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A097C is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 9 | 124 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.51 |
| HSL | 248.87º | 0.86% | 0.26% | - |
| HSV(B) | 248.87º | 0.93% | 0.49% | - |
| XYZ | 4.16 | 1.87 | 19.21 | - |
| YUV | 27.19 | 182.63 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 124 | 0.79 | 0.93 | 0 | 0.51 | 248.87 | 0.86 | 0.26 |
| Hex | 1A | 9 | 7C | 4F | 5D | 0 | 33 | F9 | 56 | 1A |
| Octal | 32 | 11 | 174 | 117 | 135 | 0 | 63 | 371 | 126 | 32 |
| Binary | 11010 | 1001 | 1111100 | 1001111 | 1011101 | 0 | 110011 | 11111001 | 1010110 | 11010 |
Color Harmonies of #1A097C
Complementary color
Monochromatic Colors of #1A097C
Black with #1A097C
Text Example
Text Example
White with #1A097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A097C; }
p { color: rgb(26,9,124); }
H1.HeaderClassName
{
color: #1A097C;
}
.AnyTagClassName
{
color: #1A097C;
}
</style>
background-color css
<style>
a { background-color: #1A097C; }
a { background-color: rgb(26,9,124); }
div.DivClassName
{
background-color: #1A097C;
}
.BgClassName
{
background-color: #1A097C;
}
</style>
border-color css
<style>
span { border-color: #1A097C; }
span { border-color: rgb(26,9,124); }
td.TdClassName
{
border-color: #1A097C;
}
.TagClassName
{
border-color: #1A097C;
}
</style>