Shades of Ultramarine #1A08AB
Tints of Ultramarine #1A08AB
RGB
CMYK
RGB Variations
Color information
#1A08AB (or 0x1A08AB) is known color: Ultramarine. HEX triplet: 1A, 08 and AB. RGB value is (26,8,171). Sum of RGB (Red+Green+Blue) = 26+8+171=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 171 (67.19% from 255 or 83.41% from 205); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A08AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A08AB is #E5F754. Grayscale: #1F1F1F. Windows color (decimal): -15071061 or 11208730. OLE color: 11208730.
HSL color Cylindrical-coordinate representation of color #1A08AB: hue angle of 246.63º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A08AB is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 8 | 171 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.33 |
| HSL | 246.63º | 0.91% | 0.35% | - |
| HSV(B) | 246.63º | 0.95% | 0.67% | - |
| XYZ | 7.86 | 3.33 | 38.76 | - |
| YUV | 31.96 | 206.46 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 8 | 171 | 0.85 | 0.95 | 0 | 0.33 | 246.63 | 0.91 | 0.35 |
| Hex | 1A | 8 | AB | 55 | 5F | 0 | 21 | F7 | 5B | 23 |
| Octal | 32 | 10 | 253 | 125 | 137 | 0 | 41 | 367 | 133 | 43 |
| Binary | 11010 | 1000 | 10101011 | 1010101 | 1011111 | 0 | 100001 | 11110111 | 1011011 | 100011 |
Color Harmonies of #1A08AB
Complementary color
Monochromatic Colors of #1A08AB
Black with #1A08AB
Text Example
Text Example
White with #1A08AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A08AB; }
p { color: rgb(26,8,171); }
H1.HeaderClassName
{
color: #1A08AB;
}
.AnyTagClassName
{
color: #1A08AB;
}
</style>
background-color css
<style>
a { background-color: #1A08AB; }
a { background-color: rgb(26,8,171); }
div.DivClassName
{
background-color: #1A08AB;
}
.BgClassName
{
background-color: #1A08AB;
}
</style>
border-color css
<style>
span { border-color: #1A08AB; }
span { border-color: rgb(26,8,171); }
td.TdClassName
{
border-color: #1A08AB;
}
.TagClassName
{
border-color: #1A08AB;
}
</style>