Shades of Ultramarine #140679
Tints of Ultramarine #140679
RGB
CMYK
RGB Variations
Color information
#140679 (or 0x140679) is known color: Ultramarine. HEX triplet: 14, 06 and 79. RGB value is (20,6,121). Sum of RGB (Red+Green+Blue) = 20+6+121=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 121 (47.66% from 255 or 82.31% from 147); Max value from RGB is 121 - color contains mainly: blue. Hex color #140679 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140679 is #EBF986. Grayscale: #161616. Windows color (decimal): -15464839 or 7931412. OLE color: 7931412.
HSL color Cylindrical-coordinate representation of color #140679: hue angle of 247.3º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140679 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 6 | 121 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.53 |
| HSL | 247.3º | 0.91% | 0.25% | - |
| HSV(B) | 247.3º | 0.95% | 0.47% | - |
| XYZ | 3.8 | 1.66 | 18.21 | - |
| YUV | 23.3 | 183.14 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 121 | 0.83 | 0.95 | 0 | 0.53 | 247.3 | 0.91 | 0.25 |
| Hex | 14 | 6 | 79 | 53 | 5F | 0 | 35 | F7 | 5B | 19 |
| Octal | 24 | 6 | 171 | 123 | 137 | 0 | 65 | 367 | 133 | 31 |
| Binary | 10100 | 110 | 1111001 | 1010011 | 1011111 | 0 | 110101 | 11110111 | 1011011 | 11001 |
Color Harmonies of #140679
Complementary color
Monochromatic Colors of #140679
Black with #140679
Text Example
Text Example
White with #140679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140679; }
p { color: rgb(20,6,121); }
H1.HeaderClassName
{
color: #140679;
}
.AnyTagClassName
{
color: #140679;
}
</style>
background-color css
<style>
a { background-color: #140679; }
a { background-color: rgb(20,6,121); }
div.DivClassName
{
background-color: #140679;
}
.BgClassName
{
background-color: #140679;
}
</style>
border-color css
<style>
span { border-color: #140679; }
span { border-color: rgb(20,6,121); }
td.TdClassName
{
border-color: #140679;
}
.TagClassName
{
border-color: #140679;
}
</style>