Shades of Ultramarine #140384
Tints of Ultramarine #140384
RGB
CMYK
RGB Variations
Color information
#140384 (or 0x140384) is known color: Ultramarine. HEX triplet: 14, 03 and 84. RGB value is (20,3,132). Sum of RGB (Red+Green+Blue) = 20+3+132=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 132 (51.95% from 255 or 85.16% from 155); Max value from RGB is 132 - color contains mainly: blue. Hex color #140384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140384 is #EBFC7B. Grayscale: #161616. Windows color (decimal): -15465596 or 8651540. OLE color: 8651540.
HSL color Cylindrical-coordinate representation of color #140384: hue angle of 247.91º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140384 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 3 | 132 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.48 |
| HSL | 247.91º | 0.96% | 0.26% | - |
| HSV(B) | 247.91º | 0.98% | 0.52% | - |
| XYZ | 4.49 | 1.88 | 21.96 | - |
| YUV | 22.79 | 189.63 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 132 | 0.85 | 0.98 | 0 | 0.48 | 247.91 | 0.96 | 0.26 |
| Hex | 14 | 3 | 84 | 55 | 62 | 0 | 30 | F8 | 60 | 1A |
| Octal | 24 | 3 | 204 | 125 | 142 | 0 | 60 | 370 | 140 | 32 |
| Binary | 10100 | 11 | 10000100 | 1010101 | 1100010 | 0 | 110000 | 11111000 | 1100000 | 11010 |
Color Harmonies of #140384
Complementary color
Monochromatic Colors of #140384
Black with #140384
Text Example
Text Example
White with #140384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140384; }
p { color: rgb(20,3,132); }
H1.HeaderClassName
{
color: #140384;
}
.AnyTagClassName
{
color: #140384;
}
</style>
background-color css
<style>
a { background-color: #140384; }
a { background-color: rgb(20,3,132); }
div.DivClassName
{
background-color: #140384;
}
.BgClassName
{
background-color: #140384;
}
</style>
border-color css
<style>
span { border-color: #140384; }
span { border-color: rgb(20,3,132); }
td.TdClassName
{
border-color: #140384;
}
.TagClassName
{
border-color: #140384;
}
</style>