Shades of Ultramarine #1A1F94
Tints of Ultramarine #1A1F94
RGB
CMYK
RGB Variations
Color information
#1A1F94 (or 0x1A1F94) is known color: Ultramarine. HEX triplet: 1A, 1F and 94. RGB value is (26,31,148). Sum of RGB (Red+Green+Blue) = 26+31+148=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 148 (58.20% from 255 or 72.20% from 205); Max value from RGB is 148 - color contains mainly: blue. Hex color #1A1F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1F94 is #E5E06B. Grayscale: #2A2A2A. Windows color (decimal): -15065196 or 9707290. OLE color: 9707290.
HSL color Cylindrical-coordinate representation of color #1A1F94: hue angle of 237.54º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A1F94 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 31 | 148 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.42 |
| HSL | 237.54º | 0.7% | 0.34% | - |
| HSV(B) | 237.54º | 0.82% | 0.58% | - |
| XYZ | 6.26 | 3.34 | 28.33 | - |
| YUV | 42.84 | 187.34 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 31 | 148 | 0.82 | 0.79 | 0 | 0.42 | 237.54 | 0.7 | 0.34 |
| Hex | 1A | 1F | 94 | 52 | 4F | 0 | 2A | EE | 46 | 22 |
| Octal | 32 | 37 | 224 | 122 | 117 | 0 | 52 | 356 | 106 | 42 |
| Binary | 11010 | 11111 | 10010100 | 1010010 | 1001111 | 0 | 101010 | 11101110 | 1000110 | 100010 |
Color Harmonies of #1A1F94
Complementary color
Monochromatic Colors of #1A1F94
Black with #1A1F94
Text Example
Text Example
White with #1A1F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1F94; }
p { color: rgb(26,31,148); }
H1.HeaderClassName
{
color: #1A1F94;
}
.AnyTagClassName
{
color: #1A1F94;
}
</style>
background-color css
<style>
a { background-color: #1A1F94; }
a { background-color: rgb(26,31,148); }
div.DivClassName
{
background-color: #1A1F94;
}
.BgClassName
{
background-color: #1A1F94;
}
</style>
border-color css
<style>
span { border-color: #1A1F94; }
span { border-color: rgb(26,31,148); }
td.TdClassName
{
border-color: #1A1F94;
}
.TagClassName
{
border-color: #1A1F94;
}
</style>