#140999

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

Shades of Ultramarine #140999

Tints of Ultramarine #140999

Color information

#140999 (or 0x140999) is unknown color: approx Ultramarine. HEX triplet: 14, 09 and 99. RGB value is (20,9,153). Sum of RGB (Red+Green+Blue) = 20+9+153=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 153 (60.16% from 255 or 84.07% from 182); Max value from RGB is 153 - color contains mainly: blue. Hex color #140999 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140999 is #EBF666. Grayscale: #1C1C1C. Windows color (decimal): -15464039 or 10029332. OLE color: 10029332.

HSL color Cylindrical-coordinate representation of color #140999: hue angle of 244.58º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140999 is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB209153-
CMYK0.870.9400.4
HSL244.58º88.89%31.76%-
HSV(B)244.58º94.12%60%-
XYZ6.142.6430.32-
YUV28.7198.14121.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.99%
GREEN value IS 9 (3.91% from 255) = 4.95%
BLUE value IS 153 (60.16% from 255) = 84.07%
R=10.99%
G=4.95%
B=84.07%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2091530.870.9400.4244.5888.8931.76
Hex14999575E028f55920
Octal241123112713605036513140
Binary10100100110011001101011110111100101000111101011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140999; }

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

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

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

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

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

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

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

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