Shades of Ultramarine #1B18AC
Tints of Ultramarine #1B18AC
RGB
CMYK
RGB Variations
Color information
#1B18AC (or 0x1B18AC) is known color: Ultramarine. HEX triplet: 1B, 18 and AC. RGB value is (27,24,172). Sum of RGB (Red+Green+Blue) = 27+24+172=223 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.11% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 172 (67.58% from 255 or 77.13% from 223); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B18AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B18AC is #E4E753. Grayscale: #292929. Windows color (decimal): -15001428 or 11278363. OLE color: 11278363.
HSL color Cylindrical-coordinate representation of color #1B18AC: hue angle of 241.22º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B18AC is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 24 | 172 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.33 |
| HSL | 241.22º | 0.76% | 0.38% | - |
| HSV(B) | 241.22º | 0.86% | 0.67% | - |
| XYZ | 8.23 | 3.86 | 39.34 | - |
| YUV | 41.77 | 201.49 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 24 | 172 | 0.84 | 0.86 | 0 | 0.33 | 241.22 | 0.76 | 0.38 |
| Hex | 1B | 18 | AC | 54 | 56 | 0 | 21 | F1 | 4C | 26 |
| Octal | 33 | 30 | 254 | 124 | 126 | 0 | 41 | 361 | 114 | 46 |
| Binary | 11011 | 11000 | 10101100 | 1010100 | 1010110 | 0 | 100001 | 11110001 | 1001100 | 100110 |
Color Harmonies of #1B18AC
Complementary color
Monochromatic Colors of #1B18AC
Black with #1B18AC
Text Example
Text Example
White with #1B18AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B18AC; }
p { color: rgb(27,24,172); }
H1.HeaderClassName
{
color: #1B18AC;
}
.AnyTagClassName
{
color: #1B18AC;
}
</style>
background-color css
<style>
a { background-color: #1B18AC; }
a { background-color: rgb(27,24,172); }
div.DivClassName
{
background-color: #1B18AC;
}
.BgClassName
{
background-color: #1B18AC;
}
</style>
border-color css
<style>
span { border-color: #1B18AC; }
span { border-color: rgb(27,24,172); }
td.TdClassName
{
border-color: #1B18AC;
}
.TagClassName
{
border-color: #1B18AC;
}
</style>