Shades of Ultramarine #1B089E
Tints of Ultramarine #1B089E
RGB
CMYK
RGB Variations
Color information
#1B089E (or 0x1B089E) is known color: Ultramarine. HEX triplet: 1B, 08 and 9E. RGB value is (27,8,158). Sum of RGB (Red+Green+Blue) = 27+8+158=193 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.99% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 158 (62.11% from 255 or 81.87% from 193); Max value from RGB is 158 - color contains mainly: blue. Hex color #1B089E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B089E is #E4F761. Grayscale: #1E1E1E. Windows color (decimal): -15005538 or 10356763. OLE color: 10356763.
HSL color Cylindrical-coordinate representation of color #1B089E: hue angle of 247.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1B089E is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 8 | 158 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.38 |
| HSL | 247.6º | 0.9% | 0.33% | - |
| HSV(B) | 247.6º | 0.95% | 0.62% | - |
| XYZ | 6.71 | 2.88 | 32.55 | - |
| YUV | 30.78 | 199.79 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 8 | 158 | 0.83 | 0.95 | 0 | 0.38 | 247.6 | 0.9 | 0.33 |
| Hex | 1B | 8 | 9E | 53 | 5F | 0 | 26 | F8 | 5A | 21 |
| Octal | 33 | 10 | 236 | 123 | 137 | 0 | 46 | 370 | 132 | 41 |
| Binary | 11011 | 1000 | 10011110 | 1010011 | 1011111 | 0 | 100110 | 11111000 | 1011010 | 100001 |
Color Harmonies of #1B089E
Complementary color
Monochromatic Colors of #1B089E
Black with #1B089E
Text Example
Text Example
White with #1B089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B089E; }
p { color: rgb(27,8,158); }
H1.HeaderClassName
{
color: #1B089E;
}
.AnyTagClassName
{
color: #1B089E;
}
</style>
background-color css
<style>
a { background-color: #1B089E; }
a { background-color: rgb(27,8,158); }
div.DivClassName
{
background-color: #1B089E;
}
.BgClassName
{
background-color: #1B089E;
}
</style>
border-color css
<style>
span { border-color: #1B089E; }
span { border-color: rgb(27,8,158); }
td.TdClassName
{
border-color: #1B089E;
}
.TagClassName
{
border-color: #1B089E;
}
</style>