Shades of Ultramarine #1A1F93
Tints of Ultramarine #1A1F93
RGB
CMYK
RGB Variations
Color information
#1A1F93 (or 0x1A1F93) is known color: Ultramarine. HEX triplet: 1A, 1F and 93. RGB value is (26,31,147). Sum of RGB (Red+Green+Blue) = 26+31+147=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 147 (57.81% from 255 or 72.06% from 204); Max value from RGB is 147 - color contains mainly: blue. Hex color #1A1F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1F93 is #E5E06C. Grayscale: #2A2A2A. Windows color (decimal): -15065197 or 9641754. OLE color: 9641754.
HSL color Cylindrical-coordinate representation of color #1A1F93: hue angle of 237.52º 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 #1A1F93 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 31 | 147 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.42 |
| HSL | 237.52º | 0.7% | 0.34% | - |
| HSV(B) | 237.52º | 0.82% | 0.58% | - |
| XYZ | 6.18 | 3.31 | 27.92 | - |
| YUV | 42.73 | 186.84 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 31 | 147 | 0.82 | 0.79 | 0 | 0.42 | 237.52 | 0.7 | 0.34 |
| Hex | 1A | 1F | 93 | 52 | 4F | 0 | 2A | EE | 46 | 22 |
| Octal | 32 | 37 | 223 | 122 | 117 | 0 | 52 | 356 | 106 | 42 |
| Binary | 11010 | 11111 | 10010011 | 1010010 | 1001111 | 0 | 101010 | 11101110 | 1000110 | 100010 |
Color Harmonies of #1A1F93
Complementary color
Monochromatic Colors of #1A1F93
Black with #1A1F93
Text Example
Text Example
White with #1A1F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1F93; }
p { color: rgb(26,31,147); }
H1.HeaderClassName
{
color: #1A1F93;
}
.AnyTagClassName
{
color: #1A1F93;
}
</style>
background-color css
<style>
a { background-color: #1A1F93; }
a { background-color: rgb(26,31,147); }
div.DivClassName
{
background-color: #1A1F93;
}
.BgClassName
{
background-color: #1A1F93;
}
</style>
border-color css
<style>
span { border-color: #1A1F93; }
span { border-color: rgb(26,31,147); }
td.TdClassName
{
border-color: #1A1F93;
}
.TagClassName
{
border-color: #1A1F93;
}
</style>