Shades of Ultramarine #1B0F90
Tints of Ultramarine #1B0F90
RGB
CMYK
RGB Variations
Color information
#1B0F90 (or 0x1B0F90) is known color: Ultramarine. HEX triplet: 1B, 0F and 90. RGB value is (27,15,144). Sum of RGB (Red+Green+Blue) = 27+15+144=186 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.52% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 144 (56.64% from 255 or 77.42% from 186); Max value from RGB is 144 - color contains mainly: blue. Hex color #1B0F90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0F90 is #E4F06F. Grayscale: #202020. Windows color (decimal): -15003760 or 9441051. OLE color: 9441051.
HSL color Cylindrical-coordinate representation of color #1B0F90: hue angle of 245.58º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B0F90 is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 27 | 15 | 144 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.44 |
| HSL | 245.58º | 0.81% | 0.31% | - |
| HSV(B) | 245.58º | 0.9% | 0.56% | - |
| XYZ | 5.66 | 2.59 | 26.59 | - |
| YUV | 33.29 | 190.48 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 15 | 144 | 0.81 | 0.90 | 0 | 0.44 | 245.58 | 0.81 | 0.31 |
| Hex | 1B | F | 90 | 51 | 5A | 0 | 2C | F6 | 51 | 1F |
| Octal | 33 | 17 | 220 | 121 | 132 | 0 | 54 | 366 | 121 | 37 |
| Binary | 11011 | 1111 | 10010000 | 1010001 | 1011010 | 0 | 101100 | 11110110 | 1010001 | 11111 |
Color Harmonies of #1B0F90
Complementary color
Monochromatic Colors of #1B0F90
Black with #1B0F90
Text Example
Text Example
White with #1B0F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0F90; }
p { color: rgb(27,15,144); }
H1.HeaderClassName
{
color: #1B0F90;
}
.AnyTagClassName
{
color: #1B0F90;
}
</style>
background-color css
<style>
a { background-color: #1B0F90; }
a { background-color: rgb(27,15,144); }
div.DivClassName
{
background-color: #1B0F90;
}
.BgClassName
{
background-color: #1B0F90;
}
</style>
border-color css
<style>
span { border-color: #1B0F90; }
span { border-color: rgb(27,15,144); }
td.TdClassName
{
border-color: #1B0F90;
}
.TagClassName
{
border-color: #1B0F90;
}
</style>