Shades of Ultramarine #1A168C
Tints of Ultramarine #1A168C
RGB
CMYK
RGB Variations
Color information
#1A168C (or 0x1A168C) is known color: Ultramarine. HEX triplet: 1A, 16 and 8C. RGB value is (26,22,140). Sum of RGB (Red+Green+Blue) = 26+22+140=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 140 (55.08% from 255 or 74.47% from 188); Max value from RGB is 140 - color contains mainly: blue. Hex color #1A168C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A168C is #E5E973. Grayscale: #242424. Windows color (decimal): -15067508 or 9180698. OLE color: 9180698.
HSL color Cylindrical-coordinate representation of color #1A168C: hue angle of 242.03º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A168C is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 22 | 140 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.45 |
| HSL | 242.03º | 0.73% | 0.32% | - |
| HSV(B) | 242.03º | 0.84% | 0.55% | - |
| XYZ | 5.45 | 2.69 | 25.04 | - |
| YUV | 36.65 | 186.33 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 140 | 0.81 | 0.84 | 0 | 0.45 | 242.03 | 0.73 | 0.32 |
| Hex | 1A | 16 | 8C | 51 | 54 | 0 | 2D | F2 | 49 | 20 |
| Octal | 32 | 26 | 214 | 121 | 124 | 0 | 55 | 362 | 111 | 40 |
| Binary | 11010 | 10110 | 10001100 | 1010001 | 1010100 | 0 | 101101 | 11110010 | 1001001 | 100000 |
Color Harmonies of #1A168C
Complementary color
Monochromatic Colors of #1A168C
Black with #1A168C
Text Example
Text Example
White with #1A168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A168C; }
p { color: rgb(26,22,140); }
H1.HeaderClassName
{
color: #1A168C;
}
.AnyTagClassName
{
color: #1A168C;
}
</style>
background-color css
<style>
a { background-color: #1A168C; }
a { background-color: rgb(26,22,140); }
div.DivClassName
{
background-color: #1A168C;
}
.BgClassName
{
background-color: #1A168C;
}
</style>
border-color css
<style>
span { border-color: #1A168C; }
span { border-color: rgb(26,22,140); }
td.TdClassName
{
border-color: #1A168C;
}
.TagClassName
{
border-color: #1A168C;
}
</style>