Shades of Ultramarine #1B089F
Tints of Ultramarine #1B089F
RGB
CMYK
RGB Variations
Color information
#1B089F (or 0x1B089F) is known color: Ultramarine. HEX triplet: 1B, 08 and 9F. RGB value is (27,8,159). Sum of RGB (Red+Green+Blue) = 27+8+159=194 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.92% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 159 (62.5% from 255 or 81.96% from 194); Max value from RGB is 159 - color contains mainly: blue. Hex color #1B089F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B089F is #E4F760. Grayscale: #1E1E1E. Windows color (decimal): -15005537 or 10422299. OLE color: 10422299.
HSL color Cylindrical-coordinate representation of color #1B089F: hue angle of 247.55º 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 #1B089F is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 8 | 159 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.38 |
| HSL | 247.55º | 0.9% | 0.33% | - |
| HSV(B) | 247.55º | 0.95% | 0.62% | - |
| XYZ | 6.8 | 2.91 | 33 | - |
| YUV | 30.9 | 200.29 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 8 | 159 | 0.83 | 0.95 | 0 | 0.38 | 247.55 | 0.9 | 0.33 |
| Hex | 1B | 8 | 9F | 53 | 5F | 0 | 26 | F8 | 5A | 21 |
| Octal | 33 | 10 | 237 | 123 | 137 | 0 | 46 | 370 | 132 | 41 |
| Binary | 11011 | 1000 | 10011111 | 1010011 | 1011111 | 0 | 100110 | 11111000 | 1011010 | 100001 |
Color Harmonies of #1B089F
Complementary color
Monochromatic Colors of #1B089F
Black with #1B089F
Text Example
Text Example
White with #1B089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B089F; }
p { color: rgb(27,8,159); }
H1.HeaderClassName
{
color: #1B089F;
}
.AnyTagClassName
{
color: #1B089F;
}
</style>
background-color css
<style>
a { background-color: #1B089F; }
a { background-color: rgb(27,8,159); }
div.DivClassName
{
background-color: #1B089F;
}
.BgClassName
{
background-color: #1B089F;
}
</style>
border-color css
<style>
span { border-color: #1B089F; }
span { border-color: rgb(27,8,159); }
td.TdClassName
{
border-color: #1B089F;
}
.TagClassName
{
border-color: #1B089F;
}
</style>