Shades of Ultramarine #1B089A
Tints of Ultramarine #1B089A
RGB
CMYK
RGB Variations
Color information
#1B089A (or 0x1B089A) is known color: Ultramarine. HEX triplet: 1B, 08 and 9A. RGB value is (27,8,154). Sum of RGB (Red+Green+Blue) = 27+8+154=189 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.29% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 154 (60.55% from 255 or 81.48% from 189); Max value from RGB is 154 - color contains mainly: blue. Hex color #1B089A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B089A is #E4F765. Grayscale: #1D1D1D. Windows color (decimal): -15005542 or 10094619. OLE color: 10094619.
HSL color Cylindrical-coordinate representation of color #1B089A: hue angle of 247.81º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1B089A is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 8 | 154 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.40 |
| HSL | 247.81º | 0.9% | 0.32% | - |
| HSV(B) | 247.81º | 0.95% | 0.6% | - |
| XYZ | 6.37 | 2.74 | 30.76 | - |
| YUV | 30.33 | 197.79 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 8 | 154 | 0.82 | 0.95 | 0 | 0.40 | 247.81 | 0.9 | 0.32 |
| Hex | 1B | 8 | 9A | 52 | 5F | 0 | 28 | F8 | 5A | 20 |
| Octal | 33 | 10 | 232 | 122 | 137 | 0 | 50 | 370 | 132 | 40 |
| Binary | 11011 | 1000 | 10011010 | 1010010 | 1011111 | 0 | 101000 | 11111000 | 1011010 | 100000 |
Color Harmonies of #1B089A
Complementary color
Monochromatic Colors of #1B089A
Black with #1B089A
Text Example
Text Example
White with #1B089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B089A; }
p { color: rgb(27,8,154); }
H1.HeaderClassName
{
color: #1B089A;
}
.AnyTagClassName
{
color: #1B089A;
}
</style>
background-color css
<style>
a { background-color: #1B089A; }
a { background-color: rgb(27,8,154); }
div.DivClassName
{
background-color: #1B089A;
}
.BgClassName
{
background-color: #1B089A;
}
</style>
border-color css
<style>
span { border-color: #1B089A; }
span { border-color: rgb(27,8,154); }
td.TdClassName
{
border-color: #1B089A;
}
.TagClassName
{
border-color: #1B089A;
}
</style>