Shades of Ultramarine #1A238B
Tints of Ultramarine #1A238B
RGB
CMYK
RGB Variations
Color information
#1A238B (or 0x1A238B) is known color: Ultramarine. HEX triplet: 1A, 23 and 8B. RGB value is (26,35,139). Sum of RGB (Red+Green+Blue) = 26+35+139=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A238B is #E5DC74. Grayscale: #2B2B2B. Windows color (decimal): -15064181 or 9118490. OLE color: 9118490.
HSL color Cylindrical-coordinate representation of color #1A238B: hue angle of 235.22º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A238B is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 35 | 139 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.45 |
| HSL | 235.22º | 0.68% | 0.32% | - |
| HSV(B) | 235.22º | 0.81% | 0.55% | - |
| XYZ | 5.69 | 3.29 | 24.76 | - |
| YUV | 44.17 | 181.52 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 35 | 139 | 0.81 | 0.75 | 0 | 0.45 | 235.22 | 0.68 | 0.32 |
| Hex | 1A | 23 | 8B | 51 | 4B | 0 | 2D | EB | 44 | 20 |
| Octal | 32 | 43 | 213 | 121 | 113 | 0 | 55 | 353 | 104 | 40 |
| Binary | 11010 | 100011 | 10001011 | 1010001 | 1001011 | 0 | 101101 | 11101011 | 1000100 | 100000 |
Color Harmonies of #1A238B
Complementary color
Monochromatic Colors of #1A238B
Black with #1A238B
Text Example
Text Example
White with #1A238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A238B; }
p { color: rgb(26,35,139); }
H1.HeaderClassName
{
color: #1A238B;
}
.AnyTagClassName
{
color: #1A238B;
}
</style>
background-color css
<style>
a { background-color: #1A238B; }
a { background-color: rgb(26,35,139); }
div.DivClassName
{
background-color: #1A238B;
}
.BgClassName
{
background-color: #1A238B;
}
</style>
border-color css
<style>
span { border-color: #1A238B; }
span { border-color: rgb(26,35,139); }
td.TdClassName
{
border-color: #1A238B;
}
.TagClassName
{
border-color: #1A238B;
}
</style>