Shades of Ultramarine #1A007F
Tints of Ultramarine #1A007F
RGB
CMYK
RGB Variations
Color information
#1A007F (or 0x1A007F) is known color: Ultramarine. HEX triplet: 1A, 00 and 7F. RGB value is (26,0,127). Sum of RGB (Red+Green+Blue) = 26+0+127=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 127 (50% from 255 or 83.01% from 153); Max value from RGB is 127 - color contains mainly: blue. Hex color #1A007F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A007F is #E5FF80. Grayscale: #151515. Windows color (decimal): -15073153 or 8323098. OLE color: 8323098.
HSL color Cylindrical-coordinate representation of color #1A007F: hue angle of 252.28º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A007F is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 26 | 0 | 127 | - |
| CMYK | 0.80 | 1 | 0 | 0.50 |
| HSL | 252.28º | 1% | 0.25% | - |
| HSV(B) | 252.28º | 1% | 0.5% | - |
| XYZ | 4.26 | 1.75 | 20.19 | - |
| YUV | 22.25 | 187.11 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 127 | 0.80 | 1 | 0 | 0.50 | 252.28 | 1 | 0.25 |
| Hex | 1A | 0 | 7F | 50 | 64 | 0 | 32 | FC | 64 | 19 |
| Octal | 32 | 0 | 177 | 120 | 144 | 0 | 62 | 374 | 144 | 31 |
| Binary | 11010 | 0 | 1111111 | 1010000 | 1100100 | 0 | 110010 | 11111100 | 1100100 | 11001 |
Color Harmonies of #1A007F
Complementary color
Monochromatic Colors of #1A007F
Black with #1A007F
Text Example
Text Example
White with #1A007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A007F; }
p { color: rgb(26,0,127); }
H1.HeaderClassName
{
color: #1A007F;
}
.AnyTagClassName
{
color: #1A007F;
}
</style>
background-color css
<style>
a { background-color: #1A007F; }
a { background-color: rgb(26,0,127); }
div.DivClassName
{
background-color: #1A007F;
}
.BgClassName
{
background-color: #1A007F;
}
</style>
border-color css
<style>
span { border-color: #1A007F; }
span { border-color: rgb(26,0,127); }
td.TdClassName
{
border-color: #1A007F;
}
.TagClassName
{
border-color: #1A007F;
}
</style>