Shades of Ultramarine #1A1C94
Tints of Ultramarine #1A1C94
RGB
CMYK
RGB Variations
Color information
#1A1C94 (or 0x1A1C94) is known color: Ultramarine. HEX triplet: 1A, 1C and 94. RGB value is (26,28,148). Sum of RGB (Red+Green+Blue) = 26+28+148=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 148 (58.20% from 255 or 73.27% from 202); Max value from RGB is 148 - color contains mainly: blue. Hex color #1A1C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1C94 is #E5E36B. Grayscale: #282828. Windows color (decimal): -15065964 or 9706522. OLE color: 9706522.
HSL color Cylindrical-coordinate representation of color #1A1C94: hue angle of 239.02º 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 #1A1C94 is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 28 | 148 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.42 |
| HSL | 239.02º | 0.7% | 0.34% | - |
| HSV(B) | 239.02º | 0.82% | 0.58% | - |
| XYZ | 6.19 | 3.19 | 28.31 | - |
| YUV | 41.08 | 188.34 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 28 | 148 | 0.82 | 0.81 | 0 | 0.42 | 239.02 | 0.7 | 0.34 |
| Hex | 1A | 1C | 94 | 52 | 51 | 0 | 2A | EF | 46 | 22 |
| Octal | 32 | 34 | 224 | 122 | 121 | 0 | 52 | 357 | 106 | 42 |
| Binary | 11010 | 11100 | 10010100 | 1010010 | 1010001 | 0 | 101010 | 11101111 | 1000110 | 100010 |
Color Harmonies of #1A1C94
Complementary color
Monochromatic Colors of #1A1C94
Black with #1A1C94
Text Example
Text Example
White with #1A1C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1C94; }
p { color: rgb(26,28,148); }
H1.HeaderClassName
{
color: #1A1C94;
}
.AnyTagClassName
{
color: #1A1C94;
}
</style>
background-color css
<style>
a { background-color: #1A1C94; }
a { background-color: rgb(26,28,148); }
div.DivClassName
{
background-color: #1A1C94;
}
.BgClassName
{
background-color: #1A1C94;
}
</style>
border-color css
<style>
span { border-color: #1A1C94; }
span { border-color: rgb(26,28,148); }
td.TdClassName
{
border-color: #1A1C94;
}
.TagClassName
{
border-color: #1A1C94;
}
</style>