#140379

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

Shades of Ultramarine #140379

Tints of Ultramarine #140379

Color information

#140379 (or 0x140379) is unknown color: approx Ultramarine. HEX triplet: 14, 03 and 79. RGB value is (20,3,121). Sum of RGB (Red+Green+Blue) = 20+3+121=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 121 (47.66% from 255 or 84.03% from 144); Max value from RGB is 121 - color contains mainly: blue. Hex color #140379 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140379 is #EBFC86. Grayscale: #151515. Windows color (decimal): -15465607 or 7930644. OLE color: 7930644.

HSL color Cylindrical-coordinate representation of color #140379: hue angle of 248.64º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140379 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB203121-
CMYK0.830.9800.53
HSL248.64º95.16%24.31%-
HSV(B)248.64º97.52%47.45%-
XYZ3.771.5918.2-
YUV21.54184.13126.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 3 (1.56% from 255) = 2.08%
BLUE value IS 121 (47.66% from 255) = 84.03%
R=13.89%
G=2.08%
B=84.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2031210.830.9800.53248.6495.1624.31
Hex143795362035f95f18
Octal24317112314206537113730
Binary1010011111100110100111100010011010111111001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140379; }

 p { color: rgb(20,3,121); }

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

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

 a { background-color: rgb(20,3,121); }

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

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

 span { border-color: rgb(20,3,121); }

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