#140679

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

Shades of Ultramarine #140679

Tints of Ultramarine #140679

Color information

#140679 (or 0x140679) is unknown color: approx Ultramarine. HEX triplet: 14, 06 and 79. RGB value is (20,6,121). Sum of RGB (Red+Green+Blue) = 20+6+121=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 121 (47.66% from 255 or 82.31% from 147); Max value from RGB is 121 - color contains mainly: blue. Hex color #140679 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140679 is #EBF986. Grayscale: #161616. Windows color (decimal): -15464839 or 7931412. OLE color: 7931412.

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

Color convert

RGB206121-
CMYK0.830.9500.53
HSL247.3º90.55%24.9%-
HSV(B)247.3º95.04%47.45%-
XYZ3.81.6618.21-
YUV23.3183.14125.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 121 (47.66% from 255) = 82.31%
R=13.61%
G=4.08%
B=82.31%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2061210.830.9500.53247.390.5524.9
Hex14679535F035f75b19
Octal24617112313706536713331
Binary10100110111100110100111011111011010111110111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140679; }

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

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

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

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

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

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

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

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