#140990

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

Shades of Ultramarine #140990

Tints of Ultramarine #140990

Color information

#140990 (or 0x140990) is unknown color: approx Ultramarine. HEX triplet: 14, 09 and 90. RGB value is (20,9,144). Sum of RGB (Red+Green+Blue) = 20+9+144=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 144 (56.64% from 255 or 83.24% from 173); Max value from RGB is 144 - color contains mainly: blue. Hex color #140990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140990 is #EBF66F. Grayscale: #1B1B1B. Windows color (decimal): -15464048 or 9439508. OLE color: 9439508.

HSL color Cylindrical-coordinate representation of color #140990: hue angle of 244.89º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140990 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB209144-
CMYK0.860.9400.44
HSL244.89º88.24%30%-
HSV(B)244.89º93.75%56.47%-
XYZ5.422.3626.55-
YUV27.68193.64122.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 9 (3.91% from 255) = 5.20%
BLUE value IS 144 (56.64% from 255) = 83.24%
R=11.56%
G=5.20%
B=83.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2091440.860.9400.44244.8988.2430
Hex14990565E02Cf5581e
Octal241122012613605436513036
Binary1010010011001000010101101011110010110011110101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140990; }

 p { color: rgb(20,9,144); }

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

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

 a { background-color: rgb(20,9,144); }

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

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

 span { border-color: rgb(20,9,144); }

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