Shades of Ultramarine #1A10B0
Tints of Ultramarine #1A10B0
RGB
CMYK
RGB Variations
Color information
#1A10B0 (or 0x1A10B0) is known color: Ultramarine. HEX triplet: 1A, 10 and B0. RGB value is (26,16,176). Sum of RGB (Red+Green+Blue) = 26+16+176=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 176 (69.14% from 255 or 80.73% from 218); Max value from RGB is 176 - color contains mainly: blue. Hex color #1A10B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A10B0 is #E5EF4F. Grayscale: #242424. Windows color (decimal): -15069008 or 11538458. OLE color: 11538458.
HSL color Cylindrical-coordinate representation of color #1A10B0: hue angle of 243.75º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A10B0 is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 16 | 176 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.31 |
| HSL | 243.75º | 0.83% | 0.38% | - |
| HSV(B) | 243.75º | 0.91% | 0.69% | - |
| XYZ | 8.45 | 3.72 | 41.35 | - |
| YUV | 37.23 | 206.31 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 176 | 0.85 | 0.91 | 0 | 0.31 | 243.75 | 0.83 | 0.38 |
| Hex | 1A | 10 | B0 | 55 | 5B | 0 | 1F | F4 | 53 | 26 |
| Octal | 32 | 20 | 260 | 125 | 133 | 0 | 37 | 364 | 123 | 46 |
| Binary | 11010 | 10000 | 10110000 | 1010101 | 1011011 | 0 | 11111 | 11110100 | 1010011 | 100110 |
Color Harmonies of #1A10B0
Complementary color
Monochromatic Colors of #1A10B0
Black with #1A10B0
Text Example
Text Example
White with #1A10B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A10B0; }
p { color: rgb(26,16,176); }
H1.HeaderClassName
{
color: #1A10B0;
}
.AnyTagClassName
{
color: #1A10B0;
}
</style>
background-color css
<style>
a { background-color: #1A10B0; }
a { background-color: rgb(26,16,176); }
div.DivClassName
{
background-color: #1A10B0;
}
.BgClassName
{
background-color: #1A10B0;
}
</style>
border-color css
<style>
span { border-color: #1A10B0; }
span { border-color: rgb(26,16,176); }
td.TdClassName
{
border-color: #1A10B0;
}
.TagClassName
{
border-color: #1A10B0;
}
</style>