Shades of Ultramarine #1A018B
Tints of Ultramarine #1A018B
RGB
CMYK
RGB Variations
Color information
#1A018B (or 0x1A018B) is known color: Ultramarine. HEX triplet: 1A, 01 and 8B. RGB value is (26,1,139). Sum of RGB (Red+Green+Blue) = 26+1+139=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 139 (54.69% from 255 or 83.73% from 166); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A018B is #E5FE74. Grayscale: #171717. Windows color (decimal): -15072885 or 9109786. OLE color: 9109786.
HSL color Cylindrical-coordinate representation of color #1A018B: hue angle of 250.87º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A018B is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 1 | 139 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.45 |
| HSL | 250.87º | 0.99% | 0.27% | - |
| HSV(B) | 250.87º | 0.99% | 0.55% | - |
| XYZ | 5.1 | 2.11 | 24.56 | - |
| YUV | 24.21 | 192.78 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 1 | 139 | 0.81 | 0.99 | 0 | 0.45 | 250.87 | 0.99 | 0.27 |
| Hex | 1A | 1 | 8B | 51 | 63 | 0 | 2D | FB | 63 | 1B |
| Octal | 32 | 1 | 213 | 121 | 143 | 0 | 55 | 373 | 143 | 33 |
| Binary | 11010 | 1 | 10001011 | 1010001 | 1100011 | 0 | 101101 | 11111011 | 1100011 | 11011 |
Color Harmonies of #1A018B
Complementary color
Monochromatic Colors of #1A018B
Black with #1A018B
Text Example
Text Example
White with #1A018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A018B; }
p { color: rgb(26,1,139); }
H1.HeaderClassName
{
color: #1A018B;
}
.AnyTagClassName
{
color: #1A018B;
}
</style>
background-color css
<style>
a { background-color: #1A018B; }
a { background-color: rgb(26,1,139); }
div.DivClassName
{
background-color: #1A018B;
}
.BgClassName
{
background-color: #1A018B;
}
</style>
border-color css
<style>
span { border-color: #1A018B; }
span { border-color: rgb(26,1,139); }
td.TdClassName
{
border-color: #1A018B;
}
.TagClassName
{
border-color: #1A018B;
}
</style>