Shades of Ultramarine #1A0B7D
Tints of Ultramarine #1A0B7D
RGB
CMYK
RGB Variations
Color information
#1A0B7D (or 0x1A0B7D) is known color: Ultramarine. HEX triplet: 1A, 0B and 7D. RGB value is (26,11,125). Sum of RGB (Red+Green+Blue) = 26+11+125=162 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.05% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 125 (49.22% from 255 or 77.16% from 162); Max value from RGB is 125 - color contains mainly: blue. Hex color #1A0B7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0B7D is #E5F482. Grayscale: #1C1C1C. Windows color (decimal): -15070339 or 8194842. OLE color: 8194842.
HSL color Cylindrical-coordinate representation of color #1A0B7D: hue angle of 247.89º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A0B7D is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 11 | 125 | - |
| CMYK | 0.79 | 0.91 | 0 | 0.51 |
| HSL | 247.89º | 0.84% | 0.27% | - |
| HSV(B) | 247.89º | 0.91% | 0.49% | - |
| XYZ | 4.25 | 1.94 | 19.55 | - |
| YUV | 28.48 | 182.47 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 11 | 125 | 0.79 | 0.91 | 0 | 0.51 | 247.89 | 0.84 | 0.27 |
| Hex | 1A | B | 7D | 4F | 5B | 0 | 33 | F8 | 54 | 1B |
| Octal | 32 | 13 | 175 | 117 | 133 | 0 | 63 | 370 | 124 | 33 |
| Binary | 11010 | 1011 | 1111101 | 1001111 | 1011011 | 0 | 110011 | 11111000 | 1010100 | 11011 |
Color Harmonies of #1A0B7D
Complementary color
Monochromatic Colors of #1A0B7D
Black with #1A0B7D
Text Example
Text Example
White with #1A0B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0B7D; }
p { color: rgb(26,11,125); }
H1.HeaderClassName
{
color: #1A0B7D;
}
.AnyTagClassName
{
color: #1A0B7D;
}
</style>
background-color css
<style>
a { background-color: #1A0B7D; }
a { background-color: rgb(26,11,125); }
div.DivClassName
{
background-color: #1A0B7D;
}
.BgClassName
{
background-color: #1A0B7D;
}
</style>
border-color css
<style>
span { border-color: #1A0B7D; }
span { border-color: rgb(26,11,125); }
td.TdClassName
{
border-color: #1A0B7D;
}
.TagClassName
{
border-color: #1A0B7D;
}
</style>