Shades of Ultramarine #141F9B
Tints of Ultramarine #141F9B
RGB
CMYK
RGB Variations
Color information
#141F9B (or 0x141F9B) is known color: Ultramarine. HEX triplet: 14, 1F and 9B. RGB value is (20,31,155). Sum of RGB (Red+Green+Blue) = 20+31+155=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 155 (60.94% from 255 or 75.24% from 206); Max value from RGB is 155 - color contains mainly: blue. Hex color #141F9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141F9B is #EBE064. Grayscale: #292929. Windows color (decimal): -15458405 or 10166036. OLE color: 10166036.
HSL color Cylindrical-coordinate representation of color #141F9B: hue angle of 235.11º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #141F9B is Cyan = 0.87, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 31 | 155 | - |
| CMYK | 0.87 | 0.8 | 0 | 0.39 |
| HSL | 235.11º | 0.77% | 0.34% | - |
| HSV(B) | 235.11º | 0.87% | 0.61% | - |
| XYZ | 6.69 | 3.5 | 31.33 | - |
| YUV | 41.85 | 191.86 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 155 | 0.87 | 0.8 | 0 | 0.39 | 235.11 | 0.77 | 0.34 |
| Hex | 14 | 1F | 9B | 57 | 50 | 0 | 27 | EB | 4D | 22 |
| Octal | 24 | 37 | 233 | 127 | 120 | 0 | 47 | 353 | 115 | 42 |
| Binary | 10100 | 11111 | 10011011 | 1010111 | 1010000 | 0 | 100111 | 11101011 | 1001101 | 100010 |
Color Harmonies of #141F9B
Complementary color
Monochromatic Colors of #141F9B
Black with #141F9B
Text Example
Text Example
White with #141F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F9B; }
p { color: rgb(20,31,155); }
H1.HeaderClassName
{
color: #141F9B;
}
.AnyTagClassName
{
color: #141F9B;
}
</style>
background-color css
<style>
a { background-color: #141F9B; }
a { background-color: rgb(20,31,155); }
div.DivClassName
{
background-color: #141F9B;
}
.BgClassName
{
background-color: #141F9B;
}
</style>
border-color css
<style>
span { border-color: #141F9B; }
span { border-color: rgb(20,31,155); }
td.TdClassName
{
border-color: #141F9B;
}
.TagClassName
{
border-color: #141F9B;
}
</style>