#140487

Color #140487 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #140487

Tints of Ultramarine #140487

Color information

#140487 (or 0x140487) is unknown color: approx Ultramarine. HEX triplet: 14, 04 and 87. RGB value is (20,4,135). Sum of RGB (Red+Green+Blue) = 20+4+135=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 135 (53.12% from 255 or 84.91% from 159); Max value from RGB is 135 - color contains mainly: blue. Hex color #140487 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140487 is #EBFB78. Grayscale: #171717. Windows color (decimal): -15465337 or 8848404. OLE color: 8848404.

HSL color Cylindrical-coordinate representation of color #140487: hue angle of 247.33º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #140487 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB204135-
CMYK0.850.9700.47
HSL247.33º94.24%27.25%-
HSV(B)247.33º97.04%52.94%-
XYZ4.711.9823.06-
YUV23.72190.8125.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 135 (53.12% from 255) = 84.91%
R=12.58%
G=2.52%
B=84.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2041350.850.9700.47247.3394.2427.25
Hex14487556102Ff75e1b
Octal24420712514105736713633
Binary101001001000011110101011100001010111111110111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140487; }

 p { color: rgb(20,4,135); }

 H1.HeaderClassName
 {
   color: #140487;
 }
 .AnyTagClassName
 {
   color: #140487;
 }
</style>
background-color css

<style>
 a { background-color: #140487; }

 a { background-color: rgb(20,4,135); }

 div.DivClassName
 {
   background-color: #140487;
 }
 .BgClassName
 {
   background-color: #140487;
 }
</style>
border-color css

<style>
 span { border-color: #140487; }

 span { border-color: rgb(20,4,135); }

 td.TdClassName
 {
   border-color: #140487;
 }
 .TagClassName
 {
   border-color: #140487;
 }
</style>