Shades of Ultramarine #140BA6
Tints of Ultramarine #140BA6
RGB
CMYK
RGB Variations
Color information
#140BA6 (or 0x140BA6) is known color: Ultramarine. HEX triplet: 14, 0B and A6. RGB value is (20,11,166). Sum of RGB (Red+Green+Blue) = 20+11+166=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 166 (65.23% from 255 or 84.26% from 197); Max value from RGB is 166 - color contains mainly: blue. Hex color #140BA6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140BA6 is #EBF459. Grayscale: #1E1E1E. Windows color (decimal): -15463514 or 10881812. OLE color: 10881812.
HSL color Cylindrical-coordinate representation of color #140BA6: hue angle of 243.48º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140BA6 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 11 | 166 | - |
| CMYK | 0.88 | 0.93 | 0 | 0.35 |
| HSL | 243.48º | 0.88% | 0.35% | - |
| HSV(B) | 243.48º | 0.93% | 0.65% | - |
| XYZ | 7.29 | 3.14 | 36.3 | - |
| YUV | 31.36 | 203.98 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 166 | 0.88 | 0.93 | 0 | 0.35 | 243.48 | 0.88 | 0.35 |
| Hex | 14 | B | A6 | 58 | 5D | 0 | 23 | F3 | 58 | 23 |
| Octal | 24 | 13 | 246 | 130 | 135 | 0 | 43 | 363 | 130 | 43 |
| Binary | 10100 | 1011 | 10100110 | 1011000 | 1011101 | 0 | 100011 | 11110011 | 1011000 | 100011 |
Color Harmonies of #140BA6
Complementary color
Monochromatic Colors of #140BA6
Black with #140BA6
Text Example
Text Example
White with #140BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140BA6; }
p { color: rgb(20,11,166); }
H1.HeaderClassName
{
color: #140BA6;
}
.AnyTagClassName
{
color: #140BA6;
}
</style>
background-color css
<style>
a { background-color: #140BA6; }
a { background-color: rgb(20,11,166); }
div.DivClassName
{
background-color: #140BA6;
}
.BgClassName
{
background-color: #140BA6;
}
</style>
border-color css
<style>
span { border-color: #140BA6; }
span { border-color: rgb(20,11,166); }
td.TdClassName
{
border-color: #140BA6;
}
.TagClassName
{
border-color: #140BA6;
}
</style>