Shades of Ultramarine #140FAA
Tints of Ultramarine #140FAA
RGB
CMYK
RGB Variations
Color information
#140FAA (or 0x140FAA) is known color: Ultramarine. HEX triplet: 14, 0F and AA. RGB value is (20,15,170). Sum of RGB (Red+Green+Blue) = 20+15+170=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 170 (66.80% from 255 or 82.93% from 205); Max value from RGB is 170 - color contains mainly: blue. Hex color #140FAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140FAA is #EBF055. Grayscale: #212121. Windows color (decimal): -15462486 or 11144980. OLE color: 11144980.
HSL color Cylindrical-coordinate representation of color #140FAA: hue angle of 241.94º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #140FAA is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 15 | 170 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.33 |
| HSL | 241.94º | 0.84% | 0.36% | - |
| HSV(B) | 241.94º | 0.91% | 0.67% | - |
| XYZ | 7.72 | 3.39 | 38.28 | - |
| YUV | 34.17 | 204.66 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 170 | 0.88 | 0.91 | 0 | 0.33 | 241.94 | 0.84 | 0.36 |
| Hex | 14 | F | AA | 58 | 5B | 0 | 21 | F2 | 54 | 24 |
| Octal | 24 | 17 | 252 | 130 | 133 | 0 | 41 | 362 | 124 | 44 |
| Binary | 10100 | 1111 | 10101010 | 1011000 | 1011011 | 0 | 100001 | 11110010 | 1010100 | 100100 |
Color Harmonies of #140FAA
Complementary color
Monochromatic Colors of #140FAA
Black with #140FAA
Text Example
Text Example
White with #140FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140FAA; }
p { color: rgb(20,15,170); }
H1.HeaderClassName
{
color: #140FAA;
}
.AnyTagClassName
{
color: #140FAA;
}
</style>
background-color css
<style>
a { background-color: #140FAA; }
a { background-color: rgb(20,15,170); }
div.DivClassName
{
background-color: #140FAA;
}
.BgClassName
{
background-color: #140FAA;
}
</style>
border-color css
<style>
span { border-color: #140FAA; }
span { border-color: rgb(20,15,170); }
td.TdClassName
{
border-color: #140FAA;
}
.TagClassName
{
border-color: #140FAA;
}
</style>