Shades of Ultramarine #1B039F
Tints of Ultramarine #1B039F
RGB
CMYK
RGB Variations
Color information
#1B039F (or 0x1B039F) is known color: Ultramarine. HEX triplet: 1B, 03 and 9F. RGB value is (27,3,159). Sum of RGB (Red+Green+Blue) = 27+3+159=189 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.29% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 159 (62.5% from 255 or 84.13% from 189); Max value from RGB is 159 - color contains mainly: blue. Hex color #1B039F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B039F is #E4FC60. Grayscale: #1B1B1B. Windows color (decimal): -15006817 or 10421019. OLE color: 10421019.
HSL color Cylindrical-coordinate representation of color #1B039F: hue angle of 249.23º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B039F is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 3 | 159 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.38 |
| HSL | 249.23º | 0.96% | 0.32% | - |
| HSV(B) | 249.23º | 0.98% | 0.62% | - |
| XYZ | 6.74 | 2.8 | 32.99 | - |
| YUV | 27.96 | 201.95 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 3 | 159 | 0.83 | 0.98 | 0 | 0.38 | 249.23 | 0.96 | 0.32 |
| Hex | 1B | 3 | 9F | 53 | 62 | 0 | 26 | F9 | 60 | 20 |
| Octal | 33 | 3 | 237 | 123 | 142 | 0 | 46 | 371 | 140 | 40 |
| Binary | 11011 | 11 | 10011111 | 1010011 | 1100010 | 0 | 100110 | 11111001 | 1100000 | 100000 |
Color Harmonies of #1B039F
Complementary color
Monochromatic Colors of #1B039F
Black with #1B039F
Text Example
Text Example
White with #1B039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B039F; }
p { color: rgb(27,3,159); }
H1.HeaderClassName
{
color: #1B039F;
}
.AnyTagClassName
{
color: #1B039F;
}
</style>
background-color css
<style>
a { background-color: #1B039F; }
a { background-color: rgb(27,3,159); }
div.DivClassName
{
background-color: #1B039F;
}
.BgClassName
{
background-color: #1B039F;
}
</style>
border-color css
<style>
span { border-color: #1B039F; }
span { border-color: rgb(27,3,159); }
td.TdClassName
{
border-color: #1B039F;
}
.TagClassName
{
border-color: #1B039F;
}
</style>