Shades of Ultramarine #1A1298
Tints of Ultramarine #1A1298
RGB
CMYK
RGB Variations
Color information
#1A1298 (or 0x1A1298) is known color: Ultramarine. HEX triplet: 1A, 12 and 98. RGB value is (26,18,152). Sum of RGB (Red+Green+Blue) = 26+18+152=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 152 (59.77% from 255 or 77.55% from 196); Max value from RGB is 152 - color contains mainly: blue. Hex color #1A1298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1298 is #E5ED67. Grayscale: #232323. Windows color (decimal): -15068520 or 9966106. OLE color: 9966106.
HSL color Cylindrical-coordinate representation of color #1A1298: hue angle of 243.58º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A1298 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 26 | 18 | 152 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.40 |
| HSL | 243.58º | 0.79% | 0.33% | - |
| HSV(B) | 243.58º | 0.88% | 0.6% | - |
| XYZ | 6.31 | 2.92 | 29.94 | - |
| YUV | 35.67 | 193.65 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 18 | 152 | 0.83 | 0.88 | 0 | 0.40 | 243.58 | 0.79 | 0.33 |
| Hex | 1A | 12 | 98 | 53 | 58 | 0 | 28 | F4 | 4F | 21 |
| Octal | 32 | 22 | 230 | 123 | 130 | 0 | 50 | 364 | 117 | 41 |
| Binary | 11010 | 10010 | 10011000 | 1010011 | 1011000 | 0 | 101000 | 11110100 | 1001111 | 100001 |
Color Harmonies of #1A1298
Complementary color
Monochromatic Colors of #1A1298
Black with #1A1298
Text Example
Text Example
White with #1A1298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1298; }
p { color: rgb(26,18,152); }
H1.HeaderClassName
{
color: #1A1298;
}
.AnyTagClassName
{
color: #1A1298;
}
</style>
background-color css
<style>
a { background-color: #1A1298; }
a { background-color: rgb(26,18,152); }
div.DivClassName
{
background-color: #1A1298;
}
.BgClassName
{
background-color: #1A1298;
}
</style>
border-color css
<style>
span { border-color: #1A1298; }
span { border-color: rgb(26,18,152); }
td.TdClassName
{
border-color: #1A1298;
}
.TagClassName
{
border-color: #1A1298;
}
</style>