#140882

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

Shades of Ultramarine #140882

Tints of Ultramarine #140882

Color information

#140882 (or 0x140882) is unknown color: approx Ultramarine. HEX triplet: 14, 08 and 82. RGB value is (20,8,130). Sum of RGB (Red+Green+Blue) = 20+8+130=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 130 (51.17% from 255 or 82.28% from 158); Max value from RGB is 130 - color contains mainly: blue. Hex color #140882 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140882 is #EBF77D. Grayscale: #191919. Windows color (decimal): -15464318 or 8521748. OLE color: 8521748.

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

Color convert

RGB208130-
CMYK0.850.9400.49
HSL245.9º88.41%27.06%-
HSV(B)245.9º93.85%50.98%-
XYZ4.41.9321.26-
YUV25.5186.98124.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.66%
GREEN value IS 8 (3.52% from 255) = 5.06%
BLUE value IS 130 (51.17% from 255) = 82.28%
R=12.66%
G=5.06%
B=82.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2081300.850.9400.49245.988.4127.06
Hex14882555E031f6581b
Octal241020212513606136613033
Binary1010010001000001010101011011110011000111110110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140882; }

 p { color: rgb(20,8,130); }

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

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

 a { background-color: rgb(20,8,130); }

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

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

 span { border-color: rgb(20,8,130); }

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