Shades of Ultramarine #1A138A
Tints of Ultramarine #1A138A
RGB
CMYK
RGB Variations
Color information
#1A138A (or 0x1A138A) is known color: Ultramarine. HEX triplet: 1A, 13 and 8A. RGB value is (26,19,138). Sum of RGB (Red+Green+Blue) = 26+19+138=183 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.21% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 138 (54.30% from 255 or 75.41% from 183); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A138A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A138A is #E5EC75. Grayscale: #222222. Windows color (decimal): -15068278 or 9048858. OLE color: 9048858.
HSL color Cylindrical-coordinate representation of color #1A138A: hue angle of 243.53º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A138A is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 19 | 138 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.46 |
| HSL | 243.53º | 0.76% | 0.31% | - |
| HSV(B) | 243.53º | 0.86% | 0.54% | - |
| XYZ | 5.25 | 2.52 | 24.25 | - |
| YUV | 34.66 | 186.32 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 138 | 0.81 | 0.86 | 0 | 0.46 | 243.53 | 0.76 | 0.31 |
| Hex | 1A | 13 | 8A | 51 | 56 | 0 | 2E | F4 | 4C | 1F |
| Octal | 32 | 23 | 212 | 121 | 126 | 0 | 56 | 364 | 114 | 37 |
| Binary | 11010 | 10011 | 10001010 | 1010001 | 1010110 | 0 | 101110 | 11110100 | 1001100 | 11111 |
Color Harmonies of #1A138A
Complementary color
Monochromatic Colors of #1A138A
Black with #1A138A
Text Example
Text Example
White with #1A138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A138A; }
p { color: rgb(26,19,138); }
H1.HeaderClassName
{
color: #1A138A;
}
.AnyTagClassName
{
color: #1A138A;
}
</style>
background-color css
<style>
a { background-color: #1A138A; }
a { background-color: rgb(26,19,138); }
div.DivClassName
{
background-color: #1A138A;
}
.BgClassName
{
background-color: #1A138A;
}
</style>
border-color css
<style>
span { border-color: #1A138A; }
span { border-color: rgb(26,19,138); }
td.TdClassName
{
border-color: #1A138A;
}
.TagClassName
{
border-color: #1A138A;
}
</style>