Shades of Ultramarine #181595
Tints of Ultramarine #181595
RGB
CMYK
RGB Variations
Color information
#181595 (or 0x181595) is known color: Ultramarine. HEX triplet: 18, 15 and 95. RGB value is (24,21,149). Sum of RGB (Red+Green+Blue) = 24+21+149=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 149 (58.59% from 255 or 76.80% from 194); Max value from RGB is 149 - color contains mainly: blue. Hex color #181595 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181595 is #E7EA6A. Grayscale: #232323. Windows color (decimal): -15198827 or 9770264. OLE color: 9770264.
HSL color Cylindrical-coordinate representation of color #181595: hue angle of 241.41º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #181595 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 21 | 149 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.42 |
| HSL | 241.41º | 0.75% | 0.33% | - |
| HSV(B) | 241.41º | 0.86% | 0.58% | - |
| XYZ | 6.07 | 2.9 | 28.67 | - |
| YUV | 36.49 | 191.49 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 21 | 149 | 0.84 | 0.86 | 0 | 0.42 | 241.41 | 0.75 | 0.33 |
| Hex | 18 | 15 | 95 | 54 | 56 | 0 | 2A | F1 | 4B | 21 |
| Octal | 30 | 25 | 225 | 124 | 126 | 0 | 52 | 361 | 113 | 41 |
| Binary | 11000 | 10101 | 10010101 | 1010100 | 1010110 | 0 | 101010 | 11110001 | 1001011 | 100001 |
Color Harmonies of #181595
Complementary color
Monochromatic Colors of #181595
Black with #181595
Text Example
Text Example
White with #181595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181595; }
p { color: rgb(24,21,149); }
H1.HeaderClassName
{
color: #181595;
}
.AnyTagClassName
{
color: #181595;
}
</style>
background-color css
<style>
a { background-color: #181595; }
a { background-color: rgb(24,21,149); }
div.DivClassName
{
background-color: #181595;
}
.BgClassName
{
background-color: #181595;
}
</style>
border-color css
<style>
span { border-color: #181595; }
span { border-color: rgb(24,21,149); }
td.TdClassName
{
border-color: #181595;
}
.TagClassName
{
border-color: #181595;
}
</style>