Shades of Ultramarine #141C9E
Tints of Ultramarine #141C9E
RGB
CMYK
RGB Variations
Color information
#141C9E (or 0x141C9E) is known color: Ultramarine. HEX triplet: 14, 1C and 9E. RGB value is (20,28,158). Sum of RGB (Red+Green+Blue) = 20+28+158=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 158 (62.11% from 255 or 76.70% from 206); Max value from RGB is 158 - color contains mainly: blue. Hex color #141C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141C9E is #EBE361. Grayscale: #272727. Windows color (decimal): -15459170 or 10361876. OLE color: 10361876.
HSL color Cylindrical-coordinate representation of color #141C9E: hue angle of 236.52º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #141C9E is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 28 | 158 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.38 |
| HSL | 236.52º | 0.78% | 0.35% | - |
| HSV(B) | 236.52º | 0.87% | 0.62% | - |
| XYZ | 6.88 | 3.45 | 32.65 | - |
| YUV | 40.43 | 194.35 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 158 | 0.87 | 0.82 | 0 | 0.38 | 236.52 | 0.78 | 0.35 |
| Hex | 14 | 1C | 9E | 57 | 52 | 0 | 26 | ED | 4E | 23 |
| Octal | 24 | 34 | 236 | 127 | 122 | 0 | 46 | 355 | 116 | 43 |
| Binary | 10100 | 11100 | 10011110 | 1010111 | 1010010 | 0 | 100110 | 11101101 | 1001110 | 100011 |
Color Harmonies of #141C9E
Complementary color
Monochromatic Colors of #141C9E
Black with #141C9E
Text Example
Text Example
White with #141C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C9E; }
p { color: rgb(20,28,158); }
H1.HeaderClassName
{
color: #141C9E;
}
.AnyTagClassName
{
color: #141C9E;
}
</style>
background-color css
<style>
a { background-color: #141C9E; }
a { background-color: rgb(20,28,158); }
div.DivClassName
{
background-color: #141C9E;
}
.BgClassName
{
background-color: #141C9E;
}
</style>
border-color css
<style>
span { border-color: #141C9E; }
span { border-color: rgb(20,28,158); }
td.TdClassName
{
border-color: #141C9E;
}
.TagClassName
{
border-color: #141C9E;
}
</style>