Shades of Ultramarine #1A007B
Tints of Ultramarine #1A007B
RGB
CMYK
RGB Variations
Color information
#1A007B (or 0x1A007B) is known color: Ultramarine. HEX triplet: 1A, 00 and 7B. RGB value is (26,0,123). Sum of RGB (Red+Green+Blue) = 26+0+123=149 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.45% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 123 (48.44% from 255 or 82.55% from 149); Max value from RGB is 123 - color contains mainly: blue. Hex color #1A007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A007B is #E5FF84. Grayscale: #151515. Windows color (decimal): -15073157 or 8060954. OLE color: 8060954.
HSL color Cylindrical-coordinate representation of color #1A007B: hue angle of 252.68º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A007B is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 26 | 0 | 123 | - |
| CMYK | 0.79 | 1 | 0 | 0.52 |
| HSL | 252.68º | 1% | 0.24% | - |
| HSV(B) | 252.68º | 1% | 0.48% | - |
| XYZ | 4 | 1.65 | 18.85 | - |
| YUV | 21.8 | 185.11 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 123 | 0.79 | 1 | 0 | 0.52 | 252.68 | 1 | 0.24 |
| Hex | 1A | 0 | 7B | 4F | 64 | 0 | 34 | FD | 64 | 18 |
| Octal | 32 | 0 | 173 | 117 | 144 | 0 | 64 | 375 | 144 | 30 |
| Binary | 11010 | 0 | 1111011 | 1001111 | 1100100 | 0 | 110100 | 11111101 | 1100100 | 11000 |
Color Harmonies of #1A007B
Complementary color
Monochromatic Colors of #1A007B
Black with #1A007B
Text Example
Text Example
White with #1A007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A007B; }
p { color: rgb(26,0,123); }
H1.HeaderClassName
{
color: #1A007B;
}
.AnyTagClassName
{
color: #1A007B;
}
</style>
background-color css
<style>
a { background-color: #1A007B; }
a { background-color: rgb(26,0,123); }
div.DivClassName
{
background-color: #1A007B;
}
.BgClassName
{
background-color: #1A007B;
}
</style>
border-color css
<style>
span { border-color: #1A007B; }
span { border-color: rgb(26,0,123); }
td.TdClassName
{
border-color: #1A007B;
}
.TagClassName
{
border-color: #1A007B;
}
</style>