Shades of Ultramarine #1B18AA
Tints of Ultramarine #1B18AA
RGB
CMYK
RGB Variations
Color information
#1B18AA (or 0x1B18AA) is known color: Ultramarine. HEX triplet: 1B, 18 and AA. RGB value is (27,24,170). Sum of RGB (Red+Green+Blue) = 27+24+170=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 170 (66.80% from 255 or 76.92% from 221); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B18AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B18AA is #E4E755. Grayscale: #282828. Windows color (decimal): -15001430 or 11147291. OLE color: 11147291.
HSL color Cylindrical-coordinate representation of color #1B18AA: hue angle of 241.23º degrees, saturation: 0.75, 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 #1B18AA is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 24 | 170 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.33 |
| HSL | 241.23º | 0.75% | 0.38% | - |
| HSV(B) | 241.23º | 0.86% | 0.67% | - |
| XYZ | 8.03 | 3.79 | 38.34 | - |
| YUV | 41.54 | 200.49 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 24 | 170 | 0.84 | 0.86 | 0 | 0.33 | 241.23 | 0.75 | 0.38 |
| Hex | 1B | 18 | AA | 54 | 56 | 0 | 21 | F1 | 4B | 26 |
| Octal | 33 | 30 | 252 | 124 | 126 | 0 | 41 | 361 | 113 | 46 |
| Binary | 11011 | 11000 | 10101010 | 1010100 | 1010110 | 0 | 100001 | 11110001 | 1001011 | 100110 |
Color Harmonies of #1B18AA
Complementary color
Monochromatic Colors of #1B18AA
Black with #1B18AA
Text Example
Text Example
White with #1B18AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B18AA; }
p { color: rgb(27,24,170); }
H1.HeaderClassName
{
color: #1B18AA;
}
.AnyTagClassName
{
color: #1B18AA;
}
</style>
background-color css
<style>
a { background-color: #1B18AA; }
a { background-color: rgb(27,24,170); }
div.DivClassName
{
background-color: #1B18AA;
}
.BgClassName
{
background-color: #1B18AA;
}
</style>
border-color css
<style>
span { border-color: #1B18AA; }
span { border-color: rgb(27,24,170); }
td.TdClassName
{
border-color: #1B18AA;
}
.TagClassName
{
border-color: #1B18AA;
}
</style>