Shades of Ultramarine #1F0091
Tints of Ultramarine #1F0091
RGB
CMYK
RGB Variations
Color information
#1F0091 (or 0x1F0091) is known color: Ultramarine. HEX triplet: 1F, 00 and 91. RGB value is (31,0,145). Sum of RGB (Red+Green+Blue) = 31+0+145=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 145 (57.03% from 255 or 82.39% from 176); Max value from RGB is 145 - color contains mainly: blue. Hex color #1F0091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0091 is #E0FF6E. Grayscale: #191919. Windows color (decimal): -14745455 or 9502751. OLE color: 9502751.
HSL color Cylindrical-coordinate representation of color #1F0091: hue angle of 252.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0091 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 0 | 145 | - |
| CMYK | 0.79 | 1 | 0 | 0.43 |
| HSL | 252.83º | 1% | 0.28% | - |
| HSV(B) | 252.83º | 1% | 0.57% | - |
| XYZ | 5.68 | 2.34 | 26.94 | - |
| YUV | 25.8 | 195.27 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 145 | 0.79 | 1 | 0 | 0.43 | 252.83 | 1 | 0.28 |
| Hex | 1F | 0 | 91 | 4F | 64 | 0 | 2B | FD | 64 | 1C |
| Octal | 37 | 0 | 221 | 117 | 144 | 0 | 53 | 375 | 144 | 34 |
| Binary | 11111 | 0 | 10010001 | 1001111 | 1100100 | 0 | 101011 | 11111101 | 1100100 | 11100 |
Color Harmonies of #1F0091
Complementary color
Monochromatic Colors of #1F0091
Black with #1F0091
Text Example
Text Example
White with #1F0091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0091; }
p { color: rgb(31,0,145); }
H1.HeaderClassName
{
color: #1F0091;
}
.AnyTagClassName
{
color: #1F0091;
}
</style>
background-color css
<style>
a { background-color: #1F0091; }
a { background-color: rgb(31,0,145); }
div.DivClassName
{
background-color: #1F0091;
}
.BgClassName
{
background-color: #1F0091;
}
</style>
border-color css
<style>
span { border-color: #1F0091; }
span { border-color: rgb(31,0,145); }
td.TdClassName
{
border-color: #1F0091;
}
.TagClassName
{
border-color: #1F0091;
}
</style>