Shades of Ultramarine #1A1B9D
Tints of Ultramarine #1A1B9D
RGB
CMYK
RGB Variations
Color information
#1A1B9D (or 0x1A1B9D) is known color: Ultramarine. HEX triplet: 1A, 1B and 9D. RGB value is (26,27,157). Sum of RGB (Red+Green+Blue) = 26+27+157=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 157 (61.72% from 255 or 74.76% from 210); Max value from RGB is 157 - color contains mainly: blue. Hex color #1A1B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1B9D is #E5E462. Grayscale: #292929. Windows color (decimal): -15066211 or 10296090. OLE color: 10296090.
HSL color Cylindrical-coordinate representation of color #1A1B9D: hue angle of 239.54º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A1B9D is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 27 | 157 | - |
| CMYK | 0.83 | 0.83 | 0 | 0.38 |
| HSL | 239.54º | 0.72% | 0.36% | - |
| HSV(B) | 239.54º | 0.83% | 0.62% | - |
| XYZ | 6.9 | 3.44 | 32.2 | - |
| YUV | 41.52 | 193.17 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 27 | 157 | 0.83 | 0.83 | 0 | 0.38 | 239.54 | 0.72 | 0.36 |
| Hex | 1A | 1B | 9D | 53 | 53 | 0 | 26 | F0 | 48 | 24 |
| Octal | 32 | 33 | 235 | 123 | 123 | 0 | 46 | 360 | 110 | 44 |
| Binary | 11010 | 11011 | 10011101 | 1010011 | 1010011 | 0 | 100110 | 11110000 | 1001000 | 100100 |
Color Harmonies of #1A1B9D
Complementary color
Monochromatic Colors of #1A1B9D
Black with #1A1B9D
Text Example
Text Example
White with #1A1B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1B9D; }
p { color: rgb(26,27,157); }
H1.HeaderClassName
{
color: #1A1B9D;
}
.AnyTagClassName
{
color: #1A1B9D;
}
</style>
background-color css
<style>
a { background-color: #1A1B9D; }
a { background-color: rgb(26,27,157); }
div.DivClassName
{
background-color: #1A1B9D;
}
.BgClassName
{
background-color: #1A1B9D;
}
</style>
border-color css
<style>
span { border-color: #1A1B9D; }
span { border-color: rgb(26,27,157); }
td.TdClassName
{
border-color: #1A1B9D;
}
.TagClassName
{
border-color: #1A1B9D;
}
</style>