Shades of Ultramarine #1A1694
Tints of Ultramarine #1A1694
RGB
CMYK
RGB Variations
Color information
#1A1694 (or 0x1A1694) is known color: Ultramarine. HEX triplet: 1A, 16 and 94. RGB value is (26,22,148). Sum of RGB (Red+Green+Blue) = 26+22+148=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 148 (58.20% from 255 or 75.51% from 196); Max value from RGB is 148 - color contains mainly: blue. Hex color #1A1694 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1694 is #E5E96B. Grayscale: #252525. Windows color (decimal): -15067500 or 9704986. OLE color: 9704986.
HSL color Cylindrical-coordinate representation of color #1A1694: hue angle of 241.9º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A1694 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 22 | 148 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.42 |
| HSL | 241.9º | 0.74% | 0.33% | - |
| HSV(B) | 241.9º | 0.85% | 0.58% | - |
| XYZ | 6.06 | 2.93 | 28.26 | - |
| YUV | 37.56 | 190.33 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 148 | 0.82 | 0.85 | 0 | 0.42 | 241.9 | 0.74 | 0.33 |
| Hex | 1A | 16 | 94 | 52 | 55 | 0 | 2A | F2 | 4A | 21 |
| Octal | 32 | 26 | 224 | 122 | 125 | 0 | 52 | 362 | 112 | 41 |
| Binary | 11010 | 10110 | 10010100 | 1010010 | 1010101 | 0 | 101010 | 11110010 | 1001010 | 100001 |
Color Harmonies of #1A1694
Complementary color
Monochromatic Colors of #1A1694
Black with #1A1694
Text Example
Text Example
White with #1A1694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1694; }
p { color: rgb(26,22,148); }
H1.HeaderClassName
{
color: #1A1694;
}
.AnyTagClassName
{
color: #1A1694;
}
</style>
background-color css
<style>
a { background-color: #1A1694; }
a { background-color: rgb(26,22,148); }
div.DivClassName
{
background-color: #1A1694;
}
.BgClassName
{
background-color: #1A1694;
}
</style>
border-color css
<style>
span { border-color: #1A1694; }
span { border-color: rgb(26,22,148); }
td.TdClassName
{
border-color: #1A1694;
}
.TagClassName
{
border-color: #1A1694;
}
</style>