Shades of Ultramarine #1F009E
Tints of Ultramarine #1F009E
RGB
CMYK
RGB Variations
Color information
#1F009E (or 0x1F009E) is known color: Ultramarine. HEX triplet: 1F, 00 and 9E. RGB value is (31,0,158). Sum of RGB (Red+Green+Blue) = 31+0+158=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 158 (62.11% from 255 or 83.60% from 189); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F009E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F009E is #E0FF61. Grayscale: #1A1A1A. Windows color (decimal): -14745442 or 10354719. OLE color: 10354719.
HSL color Cylindrical-coordinate representation of color #1F009E: hue angle of 251.77º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F009E is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 0 | 158 | - |
| CMYK | 0.80 | 1 | 0 | 0.38 |
| HSL | 251.77º | 1% | 0.31% | - |
| HSV(B) | 251.77º | 1% | 0.62% | - |
| XYZ | 6.74 | 2.76 | 32.53 | - |
| YUV | 27.28 | 201.77 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 158 | 0.80 | 1 | 0 | 0.38 | 251.77 | 1 | 0.31 |
| Hex | 1F | 0 | 9E | 50 | 64 | 0 | 26 | FC | 64 | 1F |
| Octal | 37 | 0 | 236 | 120 | 144 | 0 | 46 | 374 | 144 | 37 |
| Binary | 11111 | 0 | 10011110 | 1010000 | 1100100 | 0 | 100110 | 11111100 | 1100100 | 11111 |
Color Harmonies of #1F009E
Complementary color
Monochromatic Colors of #1F009E
Black with #1F009E
Text Example
Text Example
White with #1F009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F009E; }
p { color: rgb(31,0,158); }
H1.HeaderClassName
{
color: #1F009E;
}
.AnyTagClassName
{
color: #1F009E;
}
</style>
background-color css
<style>
a { background-color: #1F009E; }
a { background-color: rgb(31,0,158); }
div.DivClassName
{
background-color: #1F009E;
}
.BgClassName
{
background-color: #1F009E;
}
</style>
border-color css
<style>
span { border-color: #1F009E; }
span { border-color: rgb(31,0,158); }
td.TdClassName
{
border-color: #1F009E;
}
.TagClassName
{
border-color: #1F009E;
}
</style>