#140786

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

Shades of Ultramarine #140786

Tints of Ultramarine #140786

Color information

#140786 (or 0x140786) is unknown color: approx Ultramarine. HEX triplet: 14, 07 and 86. RGB value is (20,7,134). Sum of RGB (Red+Green+Blue) = 20+7+134=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 134 (52.73% from 255 or 83.23% from 161); Max value from RGB is 134 - color contains mainly: blue. Hex color #140786 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140786 is #EBF879. Grayscale: #181818. Windows color (decimal): -15464570 or 8783636. OLE color: 8783636.

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

Color convert

RGB207134-
CMYK0.850.9500.47
HSL246.14º90.07%27.65%-
HSV(B)246.14º94.78%52.55%-
XYZ4.672.0222.7-
YUV25.36189.31124.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 7 (3.12% from 255) = 4.35%
BLUE value IS 134 (52.73% from 255) = 83.23%
R=12.42%
G=4.35%
B=83.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2071340.850.9500.47246.1490.0727.65
Hex14786555F02Ff65a1c
Octal24720612513705736613234
Binary101001111000011010101011011111010111111110110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140786; }

 p { color: rgb(20,7,134); }

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

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

 a { background-color: rgb(20,7,134); }

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

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

 span { border-color: rgb(20,7,134); }

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