Shades of Ultramarine #1A068D
Tints of Ultramarine #1A068D
RGB
CMYK
RGB Variations
Color information
#1A068D (or 0x1A068D) is known color: Ultramarine. HEX triplet: 1A, 06 and 8D. RGB value is (26,6,141). Sum of RGB (Red+Green+Blue) = 26+6+141=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 141 (55.47% from 255 or 81.50% from 173); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A068D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A068D is #E5F972. Grayscale: #1A1A1A. Windows color (decimal): -15071603 or 9242138. OLE color: 9242138.
HSL color Cylindrical-coordinate representation of color #1A068D: hue angle of 248.89º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A068D is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 6 | 141 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.45 |
| HSL | 248.89º | 0.92% | 0.29% | - |
| HSV(B) | 248.89º | 0.96% | 0.55% | - |
| XYZ | 5.3 | 2.27 | 25.36 | - |
| YUV | 27.37 | 192.13 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 141 | 0.82 | 0.96 | 0 | 0.45 | 248.89 | 0.92 | 0.29 |
| Hex | 1A | 6 | 8D | 52 | 60 | 0 | 2D | F9 | 5C | 1D |
| Octal | 32 | 6 | 215 | 122 | 140 | 0 | 55 | 371 | 134 | 35 |
| Binary | 11010 | 110 | 10001101 | 1010010 | 1100000 | 0 | 101101 | 11111001 | 1011100 | 11101 |
Color Harmonies of #1A068D
Complementary color
Monochromatic Colors of #1A068D
Black with #1A068D
Text Example
Text Example
White with #1A068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A068D; }
p { color: rgb(26,6,141); }
H1.HeaderClassName
{
color: #1A068D;
}
.AnyTagClassName
{
color: #1A068D;
}
</style>
background-color css
<style>
a { background-color: #1A068D; }
a { background-color: rgb(26,6,141); }
div.DivClassName
{
background-color: #1A068D;
}
.BgClassName
{
background-color: #1A068D;
}
</style>
border-color css
<style>
span { border-color: #1A068D; }
span { border-color: rgb(26,6,141); }
td.TdClassName
{
border-color: #1A068D;
}
.TagClassName
{
border-color: #1A068D;
}
</style>