#140996

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

Shades of Ultramarine #140996

Tints of Ultramarine #140996

Color information

#140996 (or 0x140996) is unknown color: approx Ultramarine. HEX triplet: 14, 09 and 96. RGB value is (20,9,150). Sum of RGB (Red+Green+Blue) = 20+9+150=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 150 (58.98% from 255 or 83.80% from 179); Max value from RGB is 150 - color contains mainly: blue. Hex color #140996 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140996 is #EBF669. Grayscale: #1B1B1B. Windows color (decimal): -15464042 or 9832724. OLE color: 9832724.

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

Color convert

RGB209150-
CMYK0.870.9400.41
HSL244.68º88.68%31.18%-
HSV(B)244.68º94%58.82%-
XYZ5.892.5529.04-
YUV28.36196.64122.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.17%
GREEN value IS 9 (3.91% from 255) = 5.03%
BLUE value IS 150 (58.98% from 255) = 83.80%
R=11.17%
G=5.03%
B=83.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2091500.870.9400.41244.6888.6831.18
Hex14996575E029f5591f
Octal241122612713605136513137
Binary1010010011001011010101111011110010100111110101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140996; }

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

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

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

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

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

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

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

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