Shades of Ultramarine #1A178A
Tints of Ultramarine #1A178A
RGB
CMYK
RGB Variations
Color information
#1A178A (or 0x1A178A) is known color: Ultramarine. HEX triplet: 1A, 17 and 8A. RGB value is (26,23,138). Sum of RGB (Red+Green+Blue) = 26+23+138=187 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.90% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 138 (54.30% from 255 or 73.80% from 187); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A178A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A178A is #E5E875. Grayscale: #242424. Windows color (decimal): -15067254 or 9049882. OLE color: 9049882.
HSL color Cylindrical-coordinate representation of color #1A178A: hue angle of 241.57º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A178A is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 23 | 138 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.46 |
| HSL | 241.57º | 0.71% | 0.32% | - |
| HSV(B) | 241.57º | 0.83% | 0.54% | - |
| XYZ | 5.32 | 2.67 | 24.28 | - |
| YUV | 37.01 | 184.99 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 138 | 0.81 | 0.83 | 0 | 0.46 | 241.57 | 0.71 | 0.32 |
| Hex | 1A | 17 | 8A | 51 | 53 | 0 | 2E | F2 | 47 | 20 |
| Octal | 32 | 27 | 212 | 121 | 123 | 0 | 56 | 362 | 107 | 40 |
| Binary | 11010 | 10111 | 10001010 | 1010001 | 1010011 | 0 | 101110 | 11110010 | 1000111 | 100000 |
Color Harmonies of #1A178A
Complementary color
Monochromatic Colors of #1A178A
Black with #1A178A
Text Example
Text Example
White with #1A178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A178A; }
p { color: rgb(26,23,138); }
H1.HeaderClassName
{
color: #1A178A;
}
.AnyTagClassName
{
color: #1A178A;
}
</style>
background-color css
<style>
a { background-color: #1A178A; }
a { background-color: rgb(26,23,138); }
div.DivClassName
{
background-color: #1A178A;
}
.BgClassName
{
background-color: #1A178A;
}
</style>
border-color css
<style>
span { border-color: #1A178A; }
span { border-color: rgb(26,23,138); }
td.TdClassName
{
border-color: #1A178A;
}
.TagClassName
{
border-color: #1A178A;
}
</style>