#140784

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

Shades of Ultramarine #140784

Tints of Ultramarine #140784

Color information

#140784 (or 0x140784) is unknown color: approx Ultramarine. HEX triplet: 14, 07 and 84. RGB value is (20,7,132). Sum of RGB (Red+Green+Blue) = 20+7+132=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 132 (51.95% from 255 or 83.02% from 159); Max value from RGB is 132 - color contains mainly: blue. Hex color #140784 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140784 is #EBF87B. Grayscale: #181818. Windows color (decimal): -15464572 or 8652564. OLE color: 8652564.

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

Color convert

RGB207132-
CMYK0.850.9500.48
HSL246.24º89.93%27.25%-
HSV(B)246.24º94.7%51.76%-
XYZ4.531.9721.97-
YUV25.14188.31124.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 7 (3.12% from 255) = 4.40%
BLUE value IS 132 (51.95% from 255) = 83.02%
R=12.58%
G=4.40%
B=83.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2071320.850.9500.48246.2489.9327.25
Hex14784555F030f65a1b
Octal24720412513706036613233
Binary101001111000010010101011011111011000011110110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140784; }

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

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

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

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

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

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

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

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