Shades of Ultramarine #1F009B
Tints of Ultramarine #1F009B
RGB
CMYK
RGB Variations
Color information
#1F009B (or 0x1F009B) is known color: Ultramarine. HEX triplet: 1F, 00 and 9B. RGB value is (31,0,155). Sum of RGB (Red+Green+Blue) = 31+0+155=186 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.67% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 155 (60.94% from 255 or 83.33% from 186); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F009B is #E0FF64. Grayscale: #1A1A1A. Windows color (decimal): -14745445 or 10158111. OLE color: 10158111.
HSL color Cylindrical-coordinate representation of color #1F009B: hue angle of 252º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F009B is Cyan = 0.8, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 0 | 155 | - |
| CMYK | 0.8 | 1 | 0 | 0.39 |
| HSL | 252º | 1% | 0.3% | - |
| HSV(B) | 252º | 1% | 0.61% | - |
| XYZ | 6.48 | 2.66 | 31.18 | - |
| YUV | 26.94 | 200.27 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 155 | 0.8 | 1 | 0 | 0.39 | 252 | 1 | 0.3 |
| Hex | 1F | 0 | 9B | 50 | 64 | 0 | 27 | FC | 64 | 1E |
| Octal | 37 | 0 | 233 | 120 | 144 | 0 | 47 | 374 | 144 | 36 |
| Binary | 11111 | 0 | 10011011 | 1010000 | 1100100 | 0 | 100111 | 11111100 | 1100100 | 11110 |
Color Harmonies of #1F009B
Complementary color
Monochromatic Colors of #1F009B
Black with #1F009B
Text Example
Text Example
White with #1F009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F009B; }
p { color: rgb(31,0,155); }
H1.HeaderClassName
{
color: #1F009B;
}
.AnyTagClassName
{
color: #1F009B;
}
</style>
background-color css
<style>
a { background-color: #1F009B; }
a { background-color: rgb(31,0,155); }
div.DivClassName
{
background-color: #1F009B;
}
.BgClassName
{
background-color: #1F009B;
}
</style>
border-color css
<style>
span { border-color: #1F009B; }
span { border-color: rgb(31,0,155); }
td.TdClassName
{
border-color: #1F009B;
}
.TagClassName
{
border-color: #1F009B;
}
</style>