Shades of Ultramarine #181A90
Tints of Ultramarine #181A90
RGB
CMYK
RGB Variations
Color information
#181A90 (or 0x181A90) is known color: Ultramarine. HEX triplet: 18, 1A and 90. RGB value is (24,26,144). Sum of RGB (Red+Green+Blue) = 24+26+144=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 144 (56.64% from 255 or 74.23% from 194); Max value from RGB is 144 - color contains mainly: blue. Hex color #181A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181A90 is #E7E56F. Grayscale: #262626. Windows color (decimal): -15197552 or 9443864. OLE color: 9443864.
HSL color Cylindrical-coordinate representation of color #181A90: hue angle of 239º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #181A90 is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 26 | 144 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.44 |
| HSL | 239º | 0.71% | 0.33% | - |
| HSV(B) | 239º | 0.83% | 0.56% | - |
| XYZ | 5.78 | 2.95 | 26.65 | - |
| YUV | 38.85 | 187.34 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 144 | 0.83 | 0.82 | 0 | 0.44 | 239 | 0.71 | 0.33 |
| Hex | 18 | 1A | 90 | 53 | 52 | 0 | 2C | EF | 47 | 21 |
| Octal | 30 | 32 | 220 | 123 | 122 | 0 | 54 | 357 | 107 | 41 |
| Binary | 11000 | 11010 | 10010000 | 1010011 | 1010010 | 0 | 101100 | 11101111 | 1000111 | 100001 |
Color Harmonies of #181A90
Complementary color
Monochromatic Colors of #181A90
Black with #181A90
Text Example
Text Example
White with #181A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A90; }
p { color: rgb(24,26,144); }
H1.HeaderClassName
{
color: #181A90;
}
.AnyTagClassName
{
color: #181A90;
}
</style>
background-color css
<style>
a { background-color: #181A90; }
a { background-color: rgb(24,26,144); }
div.DivClassName
{
background-color: #181A90;
}
.BgClassName
{
background-color: #181A90;
}
</style>
border-color css
<style>
span { border-color: #181A90; }
span { border-color: rgb(24,26,144); }
td.TdClassName
{
border-color: #181A90;
}
.TagClassName
{
border-color: #181A90;
}
</style>