Shades of Ultramarine #140385
Tints of Ultramarine #140385
RGB
CMYK
RGB Variations
Color information
#140385 (or 0x140385) is known color: Ultramarine. HEX triplet: 14, 03 and 85. RGB value is (20,3,133). Sum of RGB (Red+Green+Blue) = 20+3+133=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 133 (52.34% from 255 or 85.26% from 156); Max value from RGB is 133 - color contains mainly: blue. Hex color #140385 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140385 is #EBFC7A. Grayscale: #161616. Windows color (decimal): -15465595 or 8717076. OLE color: 8717076.
HSL color Cylindrical-coordinate representation of color #140385: hue angle of 247.85º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140385 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 3 | 133 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.48 |
| HSL | 247.85º | 0.96% | 0.27% | - |
| HSV(B) | 247.85º | 0.98% | 0.52% | - |
| XYZ | 4.55 | 1.91 | 22.32 | - |
| YUV | 22.9 | 190.13 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 133 | 0.85 | 0.98 | 0 | 0.48 | 247.85 | 0.96 | 0.27 |
| Hex | 14 | 3 | 85 | 55 | 62 | 0 | 30 | F8 | 60 | 1B |
| Octal | 24 | 3 | 205 | 125 | 142 | 0 | 60 | 370 | 140 | 33 |
| Binary | 10100 | 11 | 10000101 | 1010101 | 1100010 | 0 | 110000 | 11111000 | 1100000 | 11011 |
Color Harmonies of #140385
Complementary color
Monochromatic Colors of #140385
Black with #140385
Text Example
Text Example
White with #140385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140385; }
p { color: rgb(20,3,133); }
H1.HeaderClassName
{
color: #140385;
}
.AnyTagClassName
{
color: #140385;
}
</style>
background-color css
<style>
a { background-color: #140385; }
a { background-color: rgb(20,3,133); }
div.DivClassName
{
background-color: #140385;
}
.BgClassName
{
background-color: #140385;
}
</style>
border-color css
<style>
span { border-color: #140385; }
span { border-color: rgb(20,3,133); }
td.TdClassName
{
border-color: #140385;
}
.TagClassName
{
border-color: #140385;
}
</style>