Shades of Ultramarine #141C98
Tints of Ultramarine #141C98
RGB
CMYK
RGB Variations
Color information
#141C98 (or 0x141C98) is known color: Ultramarine. HEX triplet: 14, 1C and 98. RGB value is (20,28,152). Sum of RGB (Red+Green+Blue) = 20+28+152=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 152 (59.77% from 255 or 76% from 200); Max value from RGB is 152 - color contains mainly: blue. Hex color #141C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141C98 is #EBE367. Grayscale: #272727. Windows color (decimal): -15459176 or 9968660. OLE color: 9968660.
HSL color Cylindrical-coordinate representation of color #141C98: hue angle of 236.36º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #141C98 is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 28 | 152 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.40 |
| HSL | 236.36º | 0.77% | 0.34% | - |
| HSV(B) | 236.36º | 0.87% | 0.6% | - |
| XYZ | 6.37 | 3.25 | 30 | - |
| YUV | 39.74 | 191.35 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 152 | 0.87 | 0.82 | 0 | 0.40 | 236.36 | 0.77 | 0.34 |
| Hex | 14 | 1C | 98 | 57 | 52 | 0 | 28 | EC | 4D | 22 |
| Octal | 24 | 34 | 230 | 127 | 122 | 0 | 50 | 354 | 115 | 42 |
| Binary | 10100 | 11100 | 10011000 | 1010111 | 1010010 | 0 | 101000 | 11101100 | 1001101 | 100010 |
Color Harmonies of #141C98
Complementary color
Monochromatic Colors of #141C98
Black with #141C98
Text Example
Text Example
White with #141C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C98; }
p { color: rgb(20,28,152); }
H1.HeaderClassName
{
color: #141C98;
}
.AnyTagClassName
{
color: #141C98;
}
</style>
background-color css
<style>
a { background-color: #141C98; }
a { background-color: rgb(20,28,152); }
div.DivClassName
{
background-color: #141C98;
}
.BgClassName
{
background-color: #141C98;
}
</style>
border-color css
<style>
span { border-color: #141C98; }
span { border-color: rgb(20,28,152); }
td.TdClassName
{
border-color: #141C98;
}
.TagClassName
{
border-color: #141C98;
}
</style>