Shades of Ultramarine #140FA7
Tints of Ultramarine #140FA7
RGB
CMYK
RGB Variations
Color information
#140FA7 (or 0x140FA7) is known color: Ultramarine. HEX triplet: 14, 0F and A7. RGB value is (20,15,167). Sum of RGB (Red+Green+Blue) = 20+15+167=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 167 (65.62% from 255 or 82.67% from 202); Max value from RGB is 167 - color contains mainly: blue. Hex color #140FA7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140FA7 is #EBF058. Grayscale: #212121. Windows color (decimal): -15462489 or 10948372. OLE color: 10948372.
HSL color Cylindrical-coordinate representation of color #140FA7: hue angle of 241.97º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #140FA7 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 15 | 167 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.35 |
| HSL | 241.97º | 0.84% | 0.36% | - |
| HSV(B) | 241.97º | 0.91% | 0.65% | - |
| XYZ | 7.43 | 3.28 | 36.8 | - |
| YUV | 33.82 | 203.16 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 167 | 0.88 | 0.91 | 0 | 0.35 | 241.97 | 0.84 | 0.36 |
| Hex | 14 | F | A7 | 58 | 5B | 0 | 23 | F2 | 54 | 24 |
| Octal | 24 | 17 | 247 | 130 | 133 | 0 | 43 | 362 | 124 | 44 |
| Binary | 10100 | 1111 | 10100111 | 1011000 | 1011011 | 0 | 100011 | 11110010 | 1010100 | 100100 |
Color Harmonies of #140FA7
Complementary color
Monochromatic Colors of #140FA7
Black with #140FA7
Text Example
Text Example
White with #140FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140FA7; }
p { color: rgb(20,15,167); }
H1.HeaderClassName
{
color: #140FA7;
}
.AnyTagClassName
{
color: #140FA7;
}
</style>
background-color css
<style>
a { background-color: #140FA7; }
a { background-color: rgb(20,15,167); }
div.DivClassName
{
background-color: #140FA7;
}
.BgClassName
{
background-color: #140FA7;
}
</style>
border-color css
<style>
span { border-color: #140FA7; }
span { border-color: rgb(20,15,167); }
td.TdClassName
{
border-color: #140FA7;
}
.TagClassName
{
border-color: #140FA7;
}
</style>