Shades of Ultramarine #181B8E
Tints of Ultramarine #181B8E
RGB
CMYK
RGB Variations
Color information
#181B8E (or 0x181B8E) is known color: Ultramarine. HEX triplet: 18, 1B and 8E. RGB value is (24,27,142). Sum of RGB (Red+Green+Blue) = 24+27+142=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 142 (55.86% from 255 or 73.58% from 193); Max value from RGB is 142 - color contains mainly: blue. Hex color #181B8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181B8E is #E7E471. Grayscale: #262626. Windows color (decimal): -15197298 or 9313048. OLE color: 9313048.
HSL color Cylindrical-coordinate representation of color #181B8E: hue angle of 238.47º 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 #181B8E is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 27 | 142 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.44 |
| HSL | 238.47º | 0.71% | 0.33% | - |
| HSV(B) | 238.47º | 0.83% | 0.56% | - |
| XYZ | 5.65 | 2.93 | 25.86 | - |
| YUV | 39.21 | 186.01 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 142 | 0.83 | 0.81 | 0 | 0.44 | 238.47 | 0.71 | 0.33 |
| Hex | 18 | 1B | 8E | 53 | 51 | 0 | 2C | EE | 47 | 21 |
| Octal | 30 | 33 | 216 | 123 | 121 | 0 | 54 | 356 | 107 | 41 |
| Binary | 11000 | 11011 | 10001110 | 1010011 | 1010001 | 0 | 101100 | 11101110 | 1000111 | 100001 |
Color Harmonies of #181B8E
Complementary color
Monochromatic Colors of #181B8E
Black with #181B8E
Text Example
Text Example
White with #181B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B8E; }
p { color: rgb(24,27,142); }
H1.HeaderClassName
{
color: #181B8E;
}
.AnyTagClassName
{
color: #181B8E;
}
</style>
background-color css
<style>
a { background-color: #181B8E; }
a { background-color: rgb(24,27,142); }
div.DivClassName
{
background-color: #181B8E;
}
.BgClassName
{
background-color: #181B8E;
}
</style>
border-color css
<style>
span { border-color: #181B8E; }
span { border-color: rgb(24,27,142); }
td.TdClassName
{
border-color: #181B8E;
}
.TagClassName
{
border-color: #181B8E;
}
</style>