Shades of Ultramarine #140F83
Tints of Ultramarine #140F83
RGB
CMYK
RGB Variations
Color information
#140F83 (or 0x140F83) is known color: Ultramarine. HEX triplet: 14, 0F and 83. RGB value is (20,15,131). Sum of RGB (Red+Green+Blue) = 20+15+131=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 131 (51.56% from 255 or 78.92% from 166); Max value from RGB is 131 - color contains mainly: blue. Hex color #140F83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140F83 is #EBF07C. Grayscale: #1D1D1D. Windows color (decimal): -15462525 or 8589076. OLE color: 8589076.
HSL color Cylindrical-coordinate representation of color #140F83: hue angle of 242.59º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #140F83 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 15 | 131 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.49 |
| HSL | 242.59º | 0.79% | 0.29% | - |
| HSV(B) | 242.59º | 0.89% | 0.51% | - |
| XYZ | 4.56 | 2.13 | 21.64 | - |
| YUV | 29.72 | 185.16 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 131 | 0.85 | 0.89 | 0 | 0.49 | 242.59 | 0.79 | 0.29 |
| Hex | 14 | F | 83 | 55 | 59 | 0 | 31 | F3 | 4F | 1D |
| Octal | 24 | 17 | 203 | 125 | 131 | 0 | 61 | 363 | 117 | 35 |
| Binary | 10100 | 1111 | 10000011 | 1010101 | 1011001 | 0 | 110001 | 11110011 | 1001111 | 11101 |
Color Harmonies of #140F83
Complementary color
Monochromatic Colors of #140F83
Black with #140F83
Text Example
Text Example
White with #140F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140F83; }
p { color: rgb(20,15,131); }
H1.HeaderClassName
{
color: #140F83;
}
.AnyTagClassName
{
color: #140F83;
}
</style>
background-color css
<style>
a { background-color: #140F83; }
a { background-color: rgb(20,15,131); }
div.DivClassName
{
background-color: #140F83;
}
.BgClassName
{
background-color: #140F83;
}
</style>
border-color css
<style>
span { border-color: #140F83; }
span { border-color: rgb(20,15,131); }
td.TdClassName
{
border-color: #140F83;
}
.TagClassName
{
border-color: #140F83;
}
</style>